| Index: third_party/WebKit/Source/core/frame/VisualViewport.h
|
| diff --git a/third_party/WebKit/Source/core/frame/VisualViewport.h b/third_party/WebKit/Source/core/frame/VisualViewport.h
|
| index 6d70a24bfc859b8719500b1b11f06d8f9f2df0db..9ccbee2e419b152c7f65cbe39153c0d0ff3c406e 100644
|
| --- a/third_party/WebKit/Source/core/frame/VisualViewport.h
|
| +++ b/third_party/WebKit/Source/core/frame/VisualViewport.h
|
| @@ -52,7 +52,6 @@ namespace blink {
|
| class FrameHost;
|
| class GraphicsContext;
|
| class GraphicsLayer;
|
| -class GraphicsLayerFactory;
|
| class IntRect;
|
| class IntSize;
|
| class LocalFrame;
|
| @@ -73,7 +72,8 @@ public:
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| - void attachToLayerTree(GraphicsLayer*, GraphicsLayerFactory*);
|
| + void attachToLayerTree(GraphicsLayer*);
|
| +
|
| GraphicsLayer* rootGraphicsLayer()
|
| {
|
| return m_rootTransformLayer.get();
|
|
|