equal
deleted
inserted
replaced
63 class GeckoContentController; |
63 class GeckoContentController; |
64 class APZEventState; |
64 class APZEventState; |
65 struct APZEventResult; |
65 struct APZEventResult; |
66 class CompositorSession; |
66 class CompositorSession; |
67 class ImageContainer; |
67 class ImageContainer; |
|
68 class WebRenderLayerManager; |
68 struct ScrollableLayerGuid; |
69 struct ScrollableLayerGuid; |
69 class RemoteCompositorSession; |
70 class RemoteCompositorSession; |
70 } // namespace layers |
71 } // namespace layers |
71 |
72 |
72 namespace widget { |
73 namespace widget { |
785 |
786 |
786 static bool debug_GetCachedBoolPref(const char* aPrefName); |
787 static bool debug_GetCachedBoolPref(const char* aPrefName); |
787 #endif |
788 #endif |
788 |
789 |
789 private: |
790 private: |
790 already_AddRefed<LayerManager> CreateCompositorSession( |
791 already_AddRefed<mozilla::layers::WebRenderLayerManager> |
791 int aWidth, int aHeight, mozilla::layers::CompositorOptions* aOptionsOut); |
792 CreateCompositorSession(int aWidth, int aHeight, |
|
793 mozilla::layers::CompositorOptions* aOptionsOut); |
792 }; |
794 }; |
793 |
795 |
794 #endif // nsBaseWidget_h__ |
796 #endif // nsBaseWidget_h__ |