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

Unified Diff: Source/web/WebFrameWidgetImpl.h

Issue 946323002: Animations: Introduce compositor AnimationPlayer and AnimationTimeline. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rename. Create cc::AnimationPlayer on PreCommit if needed. Created 5 years, 9 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: Source/web/WebFrameWidgetImpl.h
diff --git a/Source/web/WebFrameWidgetImpl.h b/Source/web/WebFrameWidgetImpl.h
index de5bfe413d20c230c5001edbe7e3e75311c3fc1b..ce056006e6724908ca59c6e6905521090fb87df2 100644
--- a/Source/web/WebFrameWidgetImpl.h
+++ b/Source/web/WebFrameWidgetImpl.h
@@ -48,6 +48,7 @@ class LocalFrame;
class Page;
class LayerCompositor;
class UserGestureToken;
+class WebCompositorAnimationTimeline;
class WebLayer;
class WebLayerTreeView;
class WebLocalFrameImpl;
@@ -133,6 +134,7 @@ public:
LayerCompositor* compositor() const;
void suppressInvalidations(bool enable);
void setRootGraphicsLayer(GraphicsLayer*);
+ void setCompositorAnimationTimeline(WebCompositorAnimationTimeline*);
void setVisibilityState(WebPageVisibilityState, bool) override;

Powered by Google App Engine
This is Rietveld 408576698