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 7c169b256a7f7298d712a410a9ebe89b0a46a89c..f08203de4f58d30e81629c82d5cfc9cdd05f2be8 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. |