no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / widget / gtk / InProcessGtkCompositorWidget.h
blobbd7e68d6fbd6ab318776249cb5d58bad0ceadf90
1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 #ifndef widget_gtk_InProcessGtkCompositorWidget_h
7 #define widget_gtk_InProcessGtkCompositorWidget_h
9 #include "GtkCompositorWidget.h"
11 class nsWindow;
13 namespace mozilla {
14 namespace widget {
16 class InProcessGtkCompositorWidget final : public GtkCompositorWidget {
17 public:
18 InProcessGtkCompositorWidget(const GtkCompositorWidgetInitData& aInitData,
19 const layers::CompositorOptions& aOptions,
20 nsWindow* aWindow);
22 // CompositorWidgetDelegate
24 void ObserveVsync(VsyncObserver* aObserver) override;
27 } // namespace widget
28 } // namespace mozilla
30 #endif // widget_gtk_InProcessGtkCompositorWidget_h