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

Unified Diff: cc/blink/web_compositor_support_impl.h

Issue 947033002: CC Animations: Establish AnimationHost, AnimationTimeline and AnimationPlayer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Add comments. Created 5 years, 8 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: cc/blink/web_compositor_support_impl.h
diff --git a/cc/blink/web_compositor_support_impl.h b/cc/blink/web_compositor_support_impl.h
index b924be9cc09f950fc80a6d49e65f5c508d0b58a1..f4709d15f0cd0137f56e6c15248f9fa66f24c362 100644
--- a/cc/blink/web_compositor_support_impl.h
+++ b/cc/blink/web_compositor_support_impl.h
@@ -60,6 +60,9 @@ class CC_BLINK_EXPORT WebCompositorSupportImpl
virtual blink::WebTransformOperations* createTransformOperations();
virtual blink::WebFilterOperations* createFilterOperations();
+ virtual blink::WebCompositorAnimationPlayer* createAnimationPlayer();
+ virtual blink::WebCompositorAnimationTimeline* createAnimationTimeline();
+
private:
DISALLOW_COPY_AND_ASSIGN(WebCompositorSupportImpl);
};

Powered by Google App Engine
This is Rietveld 408576698