| Index: third_party/WebKit/Source/platform/scroll/ScrollAnimator.cpp
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollAnimator.cpp b/third_party/WebKit/Source/platform/scroll/ScrollAnimator.cpp
|
| index a5fadca7e4645961f020556f1a68400926daaeb3..3e7b7099528dbe5aadbec82967e96885cf2830f4 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollAnimator.cpp
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollAnimator.cpp
|
| @@ -243,7 +243,7 @@ void ScrollAnimator::updateCompositorAnimations()
|
| OwnPtr<CompositorAnimation> animation = adoptPtr(
|
| CompositorFactory::current().createAnimation(
|
| *m_animationCurve,
|
| - CompositorAnimation::TargetPropertyScrollOffset));
|
| + CompositorTargetProperty::SCROLL_OFFSET));
|
| // Being here means that either there is an animation that needs
|
| // to be sent to the compositor, or an animation that needs to
|
| // be updated (a new scroll event before the previous animation
|
|
|