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

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: Add WTF_MAKE_NONCOPYABLE. Remove INSIDE_BLINK for keyframes. 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 073fd77a7ba02ee579deeb9cd10ede27f136550d..646ba9ffd4bbcda298a416bf85fc2a72e35e2462 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