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

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: Format. 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
« no previous file with comments | « Source/web/ChromeClientImpl.cpp ('k') | Source/web/WebFrameWidgetImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebFrameWidgetImpl.h
diff --git a/Source/web/WebFrameWidgetImpl.h b/Source/web/WebFrameWidgetImpl.h
index 4468760c0798912a1d66994144d706df2add4212..5f7d03790108b67e60742b7b37e937913c38f1e0 100644
--- a/Source/web/WebFrameWidgetImpl.h
+++ b/Source/web/WebFrameWidgetImpl.h
@@ -49,6 +49,7 @@ class LocalFrame;
class Page;
class DeprecatedPaintLayerCompositor;
class UserGestureToken;
+class WebCompositorAnimationTimeline;
class WebLayer;
class WebLayerTreeView;
class WebLocalFrameImpl;
@@ -123,6 +124,8 @@ public:
DeprecatedPaintLayerCompositor* compositor() const;
void suppressInvalidations(bool enable);
void setRootGraphicsLayer(GraphicsLayer*);
+ void attachCompositorAnimationTimeline(WebCompositorAnimationTimeline*);
+ void detachCompositorAnimationTimeline(WebCompositorAnimationTimeline*);
void setVisibilityState(WebPageVisibilityState, bool) override;
« no previous file with comments | « Source/web/ChromeClientImpl.cpp ('k') | Source/web/WebFrameWidgetImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698