| Index: cc/layers/layer_impl.h
|
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
|
| index 840772df706ddf67a926f9daa250d066743ef2d6..01feef4e003b7125c71d853846a32d0fd7944e3a 100644
|
| --- a/cc/layers/layer_impl.h
|
| +++ b/cc/layers/layer_impl.h
|
| @@ -93,12 +93,8 @@ class CC_EXPORT LayerImpl {
|
|
|
| // Interactions with attached animations.
|
| gfx::ScrollOffset ScrollOffsetForAnimation() const;
|
| - void OnTransformIsCurrentlyAnimatingChanged(bool is_currently_animating);
|
| - void OnTransformIsPotentiallyAnimatingChanged(bool has_potential_animation);
|
| - void OnOpacityIsCurrentlyAnimatingChanged(bool is_currently_animating);
|
| - void OnOpacityIsPotentiallyAnimatingChanged(bool has_potential_animation);
|
| - void OnFilterIsCurrentlyAnimatingChanged(bool is_currently_animating);
|
| - void OnFilterIsPotentiallyAnimatingChanged(bool has_potential_animation);
|
| + void OnIsAnimatingChanged(const PropertyAnimationState& mask,
|
| + const PropertyAnimationState& state);
|
| bool IsActive() const;
|
|
|
| void DistributeScroll(ScrollState* scroll_state);
|
|
|