widget/nsBaseWidget.h
changeset 591057 1b49e7328ae43c6565d167f4c391430575097fd3
parent 589858 f1086c70c60e04d45640803305e6839b8b45fb14
child 591098 bd5a397b19adda558f3f4527afa3b17ef693085a
equal deleted inserted replaced
591056:8f3a50e16abc 591057:1b49e7328ae4
    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__