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

Unified Diff: public/platform/WebCompositorAnimation.h

Issue 652593003: Web Animations: Plumb compositor group id through animation creation and start/finish notifications (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Pass groupId to createAnimation. Created 6 years, 2 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 | « Source/web/PageOverlay.cpp ('k') | public/platform/WebCompositorAnimationDelegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebCompositorAnimation.h
diff --git a/public/platform/WebCompositorAnimation.h b/public/platform/WebCompositorAnimation.h
index 5a69b4bfb393fd84e537dc94d7e161c14e0e2d9d..cbf3392d171bd0336d9c48d20dd6b0c72bf0b79f 100644
--- a/public/platform/WebCompositorAnimation.h
+++ b/public/platform/WebCompositorAnimation.h
@@ -37,6 +37,7 @@ public:
// An id is effectively the animation's name, and it is not unique.
virtual int id() = 0;
+ virtual int group() = 0;
virtual TargetProperty targetProperty() const = 0;
« no previous file with comments | « Source/web/PageOverlay.cpp ('k') | public/platform/WebCompositorAnimationDelegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698