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

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: Move MutatorHostClient back to cc/trees/ Created 5 years, 6 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 e43836e9f3cfc35ab57aed0b21b80e95e735f5a3..826aee83bdd42240f852b621e980f61d96248768 100644
--- a/cc/blink/web_compositor_support_impl.h
+++ b/cc/blink/web_compositor_support_impl.h
@@ -59,6 +59,9 @@ class CC_BLINK_EXPORT WebCompositorSupportImpl
virtual blink::WebFilterOperations* createFilterOperations();
virtual blink::WebDisplayItemList* createDisplayItemList();
+ virtual blink::WebCompositorAnimationPlayer* createAnimationPlayer();
+ virtual blink::WebCompositorAnimationTimeline* createAnimationTimeline();
+
private:
DISALLOW_COPY_AND_ASSIGN(WebCompositorSupportImpl);
};

Powered by Google App Engine
This is Rietveld 408576698