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

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: Fix MSVC warning. 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
« no previous file with comments | « cc/blink/web_compositor_animation_timeline_impl.cc ('k') | cc/blink/web_compositor_support_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 fa962c33f8a2b388147dda241e1ff78e35c03f3b..989966989e624b8b08dedcadb622ca62d64abcb2 100644
--- a/cc/blink/web_compositor_support_impl.h
+++ b/cc/blink/web_compositor_support_impl.h
@@ -58,6 +58,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);
};
« no previous file with comments | « cc/blink/web_compositor_animation_timeline_impl.cc ('k') | cc/blink/web_compositor_support_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698