Index: third_party/WebKit/Source/web/WebViewImpl.h |
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h |
index c250a64f2638182710d341b28f4384536cebbea1..bb234c4f41a4e5151ea24e288cd03b1a661efe8c 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.h |
+++ b/third_party/WebKit/Source/web/WebViewImpl.h |
@@ -432,7 +432,6 @@ public: |
GraphicsLayer* rootGraphicsLayer(); |
void setRootGraphicsLayer(GraphicsLayer*); |
- GraphicsLayerFactory* graphicsLayerFactory() const; |
PaintLayerCompositor* compositor() const; |
void scheduleAnimation(); |
void attachCompositorAnimationTimeline(CompositorAnimationTimeline*); |
@@ -733,7 +732,6 @@ private: |
WebLayerTreeView* m_layerTreeView; |
WebLayer* m_rootLayer; |
GraphicsLayer* m_rootGraphicsLayer; |
- OwnPtr<GraphicsLayerFactory> m_graphicsLayerFactory; |
bool m_matchesHeuristicsForGpuRasterization; |
static const WebInputEvent* m_currentInputEvent; |