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

Unified Diff: public/platform/WebLayerTreeView.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: public/platform/WebLayerTreeView.h
diff --git a/public/platform/WebLayerTreeView.h b/public/platform/WebLayerTreeView.h
index bcc5f1e858d19d0aecc2c98df715b938dc137bec..41d5cbaf1049f2f254e3b68b31642dfbed9eae03 100644
--- a/public/platform/WebLayerTreeView.h
+++ b/public/platform/WebLayerTreeView.h
@@ -39,6 +39,7 @@ class SkBitmap;
namespace blink {
class WebCompositeAndReadbackAsyncCallback;
+class WebCompositorAnimationTimeline;
class WebLayer;
struct WebPoint;
struct WebSelectionBound;
@@ -54,6 +55,7 @@ public:
virtual void setRootLayer(const WebLayer&) = 0;
virtual void clearRootLayer() = 0;
+ virtual void setCompositorAnimationTimeline(WebCompositorAnimationTimeline*) { }
// View properties ---------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698