| Index: cc/animation/layer_animation_controller.h
|
| diff --git a/cc/animation/layer_animation_controller.h b/cc/animation/layer_animation_controller.h
|
| index dbb32392699c9ce32c02b0aeffb729fbda52a6d4..4f567720cca99e38d364e4e1a553e0d97504132e 100644
|
| --- a/cc/animation/layer_animation_controller.h
|
| +++ b/cc/animation/layer_animation_controller.h
|
| @@ -15,6 +15,7 @@
|
| #include "cc/animation/layer_animation_event_observer.h"
|
| #include "cc/base/cc_export.h"
|
| #include "cc/base/scoped_ptr_vector.h"
|
| +#include "ui/gfx/geometry/scroll_offset.h"
|
| #include "ui/gfx/transform.h"
|
|
|
| namespace gfx {
|
| @@ -182,9 +183,10 @@ class CC_EXPORT LayerAnimationController
|
| void NotifyObserversFilterAnimated(const FilterOperations& filter,
|
| bool notify_active_observers,
|
| bool notify_pending_observers);
|
| - void NotifyObserversScrollOffsetAnimated(const gfx::Vector2dF& scroll_offset,
|
| - bool notify_active_observers,
|
| - bool notify_pending_observers);
|
| + void NotifyObserversScrollOffsetAnimated(
|
| + const gfx::ScrollOffset& scroll_offset,
|
| + bool notify_active_observers,
|
| + bool notify_pending_observers);
|
|
|
| void NotifyObserversAnimationWaitingForDeletion();
|
|
|
|
|