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

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

Issue 2559273003: Blink Compositor Animation: Introduce CompositorAnimationHost correctly. (Closed)
Patch Set: Allocate on stack in unit tests. Created 4 years 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
« no previous file with comments | « no previous file | content/renderer/gpu/render_widget_compositor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 23123b52036c3d4f84f82caeccb715098f421af9..1bd9b6b4f8353244c2e22505034fc4e97ffd3709 100644
--- a/content/renderer/gpu/render_widget_compositor.h
+++ b/content/renderer/gpu/render_widget_compositor.h
@@ -110,10 +110,7 @@ class CONTENT_EXPORT RenderWidgetCompositor
// WebLayerTreeView implementation.
void setRootLayer(const blink::WebLayer& layer) override;
void clearRootLayer() override;
- void attachCompositorAnimationTimeline(
- cc::AnimationTimeline* compositor_timeline) override;
- void detachCompositorAnimationTimeline(
- cc::AnimationTimeline* compositor_timeline) override;
+ cc::AnimationHost* compositorAnimationHost() override;
void setViewportSize(const blink::WebSize& device_viewport_size) override;
blink::WebSize getViewportSize() const override;
virtual blink::WebFloatPoint adjustEventPointForPinchZoom(
« no previous file with comments | « no previous file | content/renderer/gpu/render_widget_compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698