| Index: Source/web/WebFrameWidgetImpl.h
|
| diff --git a/Source/web/WebFrameWidgetImpl.h b/Source/web/WebFrameWidgetImpl.h
|
| index efac72170f26cc8a2cea1f84672c05282bf2854f..6f86444a3093135eb6455bdadf65026759f5af6c 100644
|
| --- a/Source/web/WebFrameWidgetImpl.h
|
| +++ b/Source/web/WebFrameWidgetImpl.h
|
| @@ -46,7 +46,7 @@ class Frame;
|
| class Element;
|
| class LocalFrame;
|
| class Page;
|
| -class RenderLayerCompositor;
|
| +class LayerCompositor;
|
| class UserGestureToken;
|
| class WebLayer;
|
| class WebLayerTreeView;
|
| @@ -130,7 +130,7 @@ public:
|
|
|
| void scheduleAnimation();
|
|
|
| - RenderLayerCompositor* compositor() const;
|
| + LayerCompositor* compositor() const;
|
| void suppressInvalidations(bool enable);
|
| void setRootGraphicsLayer(GraphicsLayer*);
|
|
|
|
|