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

Unified Diff: content/renderer/gpu/render_widget_compositor.h

Issue 1616653002: CC Animation: Move files from cc_blink to Source/platform/animation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix ScrollAnimatorCompositorCoordinator for MSVC. Created 4 years, 11 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
Index: content/renderer/gpu/render_widget_compositor.h
diff --git a/content/renderer/gpu/render_widget_compositor.h b/content/renderer/gpu/render_widget_compositor.h
index 9600506a5e0fbf8967d503e0b72b40e5fd4927a2..a73a7e9dadcbecd9215ea89dea5430dce9640ade 100644
--- a/content/renderer/gpu/render_widget_compositor.h
+++ b/content/renderer/gpu/render_widget_compositor.h
@@ -99,9 +99,9 @@ class CONTENT_EXPORT RenderWidgetCompositor
void setRootLayer(const blink::WebLayer& layer) override;
void clearRootLayer() override;
void attachCompositorAnimationTimeline(
- blink::WebCompositorAnimationTimeline* compositor_timeline) override;
+ cc::AnimationTimeline* compositor_timeline) override;
void detachCompositorAnimationTimeline(
- blink::WebCompositorAnimationTimeline* compositor_timeline) override;
+ cc::AnimationTimeline* compositor_timeline) override;
void setViewportSize(const blink::WebSize& device_viewport_size) override;
virtual blink::WebFloatPoint adjustEventPointForPinchZoom(
const blink::WebFloatPoint& point) const;

Powered by Google App Engine
This is Rietveld 408576698