| Index: sky/engine/web/WebViewImpl.h
|
| diff --git a/sky/engine/web/WebViewImpl.h b/sky/engine/web/WebViewImpl.h
|
| index 91b3c05e75383b98ed9f045071ad8c361cde67ff..712a8d0b5e7cab260d60322fcd5fd121e1ae22b5 100644
|
| --- a/sky/engine/web/WebViewImpl.h
|
| +++ b/sky/engine/web/WebViewImpl.h
|
| @@ -56,7 +56,6 @@ namespace blink {
|
|
|
| class Frame;
|
| class LinkHighlight;
|
| -class RenderLayerCompositor;
|
| class UserGestureToken;
|
| class WebActiveGestureAnimation;
|
| class WebLocalFrameImpl;
|
| @@ -176,8 +175,6 @@ public:
|
|
|
| Color baseBackgroundColor() const { return m_baseBackgroundColor; }
|
|
|
| - void setOverlayLayer(GraphicsLayer*);
|
| -
|
| const WebPoint& lastMouseDownPoint() const
|
| {
|
| return m_lastMouseDownPoint;
|
| @@ -248,7 +245,6 @@ public:
|
| GraphicsLayer* rootGraphicsLayer();
|
| void setRootGraphicsLayer(GraphicsLayer*);
|
| GraphicsLayerFactory* graphicsLayerFactory() const;
|
| - RenderLayerCompositor* compositor() const;
|
| void scheduleAnimation();
|
|
|
| virtual void setVisibilityState(WebPageVisibilityState, bool) override;
|
|
|