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

Unified Diff: Source/web/WebViewImpl.h

Issue 946323002: Animations: Introduce compositor AnimationPlayer and AnimationTimeline. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix the order. 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/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index 6048f2b8211a0eb431bd280068b608df9fd21025..168688ba98ed41f10499840a0084a483f1a5e32c 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -76,6 +76,7 @@ class LayerCompositor;
class TopControls;
class UserGestureToken;
class WebActiveGestureAnimation;
+class WebCompositorAnimationTimeline;
class WebDevToolsAgentImpl;
class WebLayerTreeView;
class WebLocalFrameImpl;
@@ -443,6 +444,7 @@ public:
LayerCompositor* compositor() const;
void registerForAnimations(WebLayer*);
void scheduleAnimation();
+ void setCompositorAnimationTimeline(WebCompositorAnimationTimeline*);
virtual void setVisibilityState(WebPageVisibilityState, bool) override;

Powered by Google App Engine
This is Rietveld 408576698