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

Unified Diff: Source/web/WebFrameWidgetImpl.h

Issue 898783003: Move rendering/RenderLayer* to layout/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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
« no previous file with comments | « Source/web/PageWidgetDelegate.cpp ('k') | Source/web/WebFrameWidgetImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebFrameWidgetImpl.h
diff --git a/Source/web/WebFrameWidgetImpl.h b/Source/web/WebFrameWidgetImpl.h
index efac72170f26cc8a2cea1f84672c05282bf2854f..6f86444a3093135eb6455bdadf65026759f5af6c 100644
--- a/Source/web/WebFrameWidgetImpl.h
+++ b/Source/web/WebFrameWidgetImpl.h
@@ -46,7 +46,7 @@ class Frame;
class Element;
class LocalFrame;
class Page;
-class RenderLayerCompositor;
+class LayerCompositor;
class UserGestureToken;
class WebLayer;
class WebLayerTreeView;
@@ -130,7 +130,7 @@ public:
void scheduleAnimation();
- RenderLayerCompositor* compositor() const;
+ LayerCompositor* compositor() const;
void suppressInvalidations(bool enable);
void setRootGraphicsLayer(GraphicsLayer*);
« no previous file with comments | « Source/web/PageWidgetDelegate.cpp ('k') | Source/web/WebFrameWidgetImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698