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

Unified Diff: cc/animation/animation_id_provider.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/animation/animation_host_unittest.cc ('k') | cc/animation/animation_id_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/animation/animation_id_provider.h
diff --git a/cc/animation/animation_id_provider.h b/cc/animation/animation_id_provider.h
index b403841315bcc0426d3676602d1bd11006b3f02d..3b14801e7d36ab6d5bd42afee0d211a1558c8da0 100644
--- a/cc/animation/animation_id_provider.h
+++ b/cc/animation/animation_id_provider.h
@@ -15,6 +15,8 @@ class CC_EXPORT AnimationIdProvider {
// These functions each return monotonically increasing values.
static int NextAnimationId();
static int NextGroupId();
+ static int NextTimelineId();
+ static int NextPlayerId();
private:
DISALLOW_IMPLICIT_CONSTRUCTORS(AnimationIdProvider);
« no previous file with comments | « cc/animation/animation_host_unittest.cc ('k') | cc/animation/animation_id_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698