| Index: ui/compositor/layer_animator.h
|
| diff --git a/ui/compositor/layer_animator.h b/ui/compositor/layer_animator.h
|
| index ad3754de158e8211a1c386c7be1f53464adaa58c..a1e0ad2cd44a382a043d4e4de757ef5adf716e33 100644
|
| --- a/ui/compositor/layer_animator.h
|
| +++ b/ui/compositor/layer_animator.h
|
| @@ -138,8 +138,7 @@ class COMPOSITOR_EXPORT LayerAnimator
|
| // End the list with -1.
|
| void SchedulePauseForProperties(
|
| base::TimeDelta duration,
|
| - LayerAnimationElement::AnimatableProperty property,
|
| - ...);
|
| + LayerAnimationElement::AnimatableProperties properties_to_pause);
|
|
|
| // Returns true if there is an animation in the queue (animations remain in
|
| // the queue until they complete, so this includes running animations).
|
|
|