| Index: sky/engine/web/WebViewImpl.h
|
| diff --git a/sky/engine/web/WebViewImpl.h b/sky/engine/web/WebViewImpl.h
|
| index 712a8d0b5e7cab260d60322fcd5fd121e1ae22b5..a5d33e54bb834528693919101e6add3eba2ea19c 100644
|
| --- a/sky/engine/web/WebViewImpl.h
|
| +++ b/sky/engine/web/WebViewImpl.h
|
| @@ -242,9 +242,6 @@ public:
|
| return m_currentInputEvent;
|
| }
|
|
|
| - GraphicsLayer* rootGraphicsLayer();
|
| - void setRootGraphicsLayer(GraphicsLayer*);
|
| - GraphicsLayerFactory* graphicsLayerFactory() const;
|
| void scheduleAnimation();
|
|
|
| virtual void setVisibilityState(WebPageVisibilityState, bool) override;
|
| @@ -400,9 +397,6 @@ private:
|
|
|
| IntRect m_rootLayerScrollDamage;
|
| WebLayer* m_rootLayer;
|
| - GraphicsLayer* m_rootGraphicsLayer;
|
| - GraphicsLayer* m_rootTransformLayer;
|
| - OwnPtr<GraphicsLayerFactory> m_graphicsLayerFactory;
|
| bool m_matchesHeuristicsForGpuRasterization;
|
| // If true, the graphics context is being restored.
|
| bool m_recreatingGraphicsContext;
|
|
|