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(); |