| Index: cc/animation/animation_events.h
 | 
| diff --git a/cc/animation/animation_events.h b/cc/animation/animation_events.h
 | 
| index e40ca3f633f455c4cf420a4a7303f2513db2bccf..d2681628f81709f8583e098bddeaf0fc840e0c92 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, PropertyUpdate };
 | 
| +  enum Type { STARTED, FINISHED, ABORTED, PROPERTY_UPDATE };
 | 
|  
 | 
|    AnimationEvent(Type type,
 | 
|                   int layer_id,
 | 
| 
 |