| Index: cc/layers/layer_impl.h
|
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
|
| index 5bad9b0a7c2518fe7c9a1a23a74efc2d1ead33c6..c4444a0bfc39ace536e4665ba4e9ce95289a2705 100644
|
| --- a/cc/layers/layer_impl.h
|
| +++ b/cc/layers/layer_impl.h
|
| @@ -95,7 +95,8 @@ class CC_EXPORT LayerImpl {
|
| void OnOpacityAnimated(float opacity);
|
| void OnTransformAnimated(const gfx::Transform& transform);
|
| void OnScrollOffsetAnimated(const gfx::ScrollOffset& scroll_offset);
|
| - void OnTransformIsPotentiallyAnimatingChanged(bool is_animating);
|
| + void OnTransformIsCurrentlyAnimatingChanged(bool is_currently_animating);
|
| + void OnTransformIsPotentiallyAnimatingChanged(bool has_potential_animation);
|
| void OnOpacityIsCurrentlyAnimatingChanged(bool is_currently_animating);
|
| void OnOpacityIsPotentiallyAnimatingChanged(bool has_potential_animation);
|
| bool IsActive() const;
|
|
|