| Index: cc/animation/animation_events.h
|
| diff --git a/cc/animation/animation_events.h b/cc/animation/animation_events.h
|
| index 853e1bceb9d604fb38fd561ae4bb10c700d5438f..e0cf73645c9b5f1a44b4958c724a87c741e0d09b 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, PropertyUpdate };
|
| + enum Type { Started, Finished, Aborted, PropertyUpdate };
|
|
|
| AnimationEvent(Type type,
|
| int layer_id,
|
|
|