Index: cc/animation/animation_events.h |
diff --git a/cc/animation/animation_events.h b/cc/animation/animation_events.h |
index d2681628f81709f8583e098bddeaf0fc840e0c92..e40ca3f633f455c4cf420a4a7303f2513db2bccf 100644 |
--- a/cc/animation/animation_events.h |
+++ b/cc/animation/animation_events.h |
@@ -15,7 +15,7 @@ |
namespace cc { |
struct CC_EXPORT AnimationEvent { |
- enum Type { STARTED, FINISHED, ABORTED, PROPERTY_UPDATE }; |
+ enum Type { Started, Finished, Aborted, PropertyUpdate }; |
AnimationEvent(Type type, |
int layer_id, |