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

Unified Diff: Source/web/WebViewImpl.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/WebPluginContainerImpl.cpp ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index abe9bb56588183cd9311079fe721a243a8f7c0a3..95531efda6ddee8ebf76459cd46205aa2f83879d 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -72,7 +72,7 @@ class FullscreenController;
class InputMethodContext;
class LinkHighlight;
class PopupContainer;
-class RenderLayerCompositor;
+class LayerCompositor;
class UserGestureToken;
class WebActiveGestureAnimation;
class WebDevToolsAgentImpl;
@@ -436,7 +436,7 @@ public:
void setRootGraphicsLayer(GraphicsLayer*);
void scheduleCompositingLayerSync();
GraphicsLayerFactory* graphicsLayerFactory() const;
- RenderLayerCompositor* compositor() const;
+ LayerCompositor* compositor() const;
void registerForAnimations(WebLayer*);
void scheduleAnimation();
« no previous file with comments | « Source/web/WebPluginContainerImpl.cpp ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698