| Index: cc/animation/layer_animation_controller.h
|
| diff --git a/cc/animation/layer_animation_controller.h b/cc/animation/layer_animation_controller.h
|
| index d459515f5df365f3d68f96f3e4b571881d289656..48c3bdcaede9b1d330ec21beb0ae7cc1eafc289a 100644
|
| --- a/cc/animation/layer_animation_controller.h
|
| +++ b/cc/animation/layer_animation_controller.h
|
| @@ -179,7 +179,10 @@ class CC_EXPORT LayerAnimationController
|
|
|
| void TickAnimations(base::TimeTicks monotonic_time);
|
|
|
| - enum UpdateActivationType { NORMAL_ACTIVATION, FORCE_ACTIVATION };
|
| + enum UpdateActivationType {
|
| + NormalActivation,
|
| + ForceActivation
|
| + };
|
| void UpdateActivation(UpdateActivationType type);
|
|
|
| void NotifyObserversOpacityAnimated(float opacity,
|
|
|