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); |