| Index: cc/animation/layer_animation_controller.h
|
| diff --git a/cc/animation/layer_animation_controller.h b/cc/animation/layer_animation_controller.h
|
| index 564a5933e7f70fb400c200f8aba812c42f5f3604..8596b50b6774685b422e3163d57abea82f340a54 100644
|
| --- a/cc/animation/layer_animation_controller.h
|
| +++ b/cc/animation/layer_animation_controller.h
|
| @@ -146,7 +146,7 @@ class CC_EXPORT LayerAnimationController
|
| void NotifyObserversOpacityAnimated(float opacity);
|
| void NotifyObserversTransformAnimated(const gfx::Transform& transform);
|
| void NotifyObserversFilterAnimated(const FilterOperations& filter);
|
| - void NotifyObserversScrollOffsetAnimated(gfx::Vector2dF scroll_offset);
|
| + void NotifyObserversScrollOffsetAnimated(const gfx::Vector2dF& scroll_offset);
|
|
|
| void NotifyObserversAnimationWaitingForDeletion();
|
|
|
|
|