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..c4fbeb95f651d8ade219b9f86637f4385d193c0e 100644 |
--- a/cc/animation/animation_id_provider.h |
+++ b/cc/animation/animation_id_provider.h |
@@ -15,6 +15,7 @@ class CC_EXPORT AnimationIdProvider { |
// These functions each return monotonically increasing values. |
static int NextAnimationId(); |
static int NextGroupId(); |
+ static int NextPlayerId(); |
private: |
DISALLOW_IMPLICIT_CONSTRUCTORS(AnimationIdProvider); |