Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(395)

Unified Diff: third_party/WebKit/Source/core/frame/VisualViewport.h

Issue 1810853002: Blink Platform: Erase GraphicsLayerFactory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameViewTest.cpp ('k') | third_party/WebKit/Source/core/frame/VisualViewport.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698