Index: third_party/WebKit/Source/web/ChromeClientImpl.cpp |
diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.cpp b/third_party/WebKit/Source/web/ChromeClientImpl.cpp |
index e3513778c8ddb41c7a2a02a99e972b2f9b045353..06bcb3706bd9ef17808263ecdf769edbe280f4e7 100644 |
--- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp |
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp |
@@ -110,7 +110,7 @@ |
namespace blink { |
-class WebCompositorAnimationTimeline; |
+class CompositorAnimationTimeline; |
// Converts a AXObjectCache::AXNotification to a WebAXEvent |
static WebAXEvent toWebAXEvent(AXObjectCache::AXNotification notification) |
@@ -766,7 +766,7 @@ void ChromeClientImpl::didPaint(const PaintArtifact& paintArtifact) |
m_webView->paintArtifactCompositor().update(paintArtifact); |
} |
-void ChromeClientImpl::attachCompositorAnimationTimeline(WebCompositorAnimationTimeline* compositorTimeline, LocalFrame* localRoot) |
+void ChromeClientImpl::attachCompositorAnimationTimeline(CompositorAnimationTimeline* compositorTimeline, LocalFrame* localRoot) |
{ |
// FIXME: For top-level frames we still use the WebView as a WebWidget. This |
// special case will be removed when top-level frames get WebFrameWidgets. |
@@ -786,7 +786,7 @@ void ChromeClientImpl::attachCompositorAnimationTimeline(WebCompositorAnimationT |
} |
} |
-void ChromeClientImpl::detachCompositorAnimationTimeline(WebCompositorAnimationTimeline* compositorTimeline, LocalFrame* localRoot) |
+void ChromeClientImpl::detachCompositorAnimationTimeline(CompositorAnimationTimeline* compositorTimeline, LocalFrame* localRoot) |
{ |
// FIXME: For top-level frames we still use the WebView as a WebWidget. This |
// special case will be removed when top-level frames get WebFrameWidgets. |