Index: third_party/WebKit/Source/core/page/PageAnimator.cpp |
diff --git a/third_party/WebKit/Source/core/page/PageAnimator.cpp b/third_party/WebKit/Source/core/page/PageAnimator.cpp |
index 1ef8264f8491bfb8b1cdfc5531d6601079eddac2..ee1d79ba5663c816a324a4a2fb5b81e40c36f43b 100644 |
--- a/third_party/WebKit/Source/core/page/PageAnimator.cpp |
+++ b/third_party/WebKit/Source/core/page/PageAnimator.cpp |
@@ -48,7 +48,7 @@ void PageAnimator::serviceScriptedAnimations(double monotonicAnimationStartTime) |
if (document->view()) { |
if (document->view()->shouldThrottleRendering()) |
continue; |
- document->view()->scrollableArea()->serviceScrollAnimations(monotonicAnimationStartTime); |
+ document->view()->getScrollableArea()->serviceScrollAnimations(monotonicAnimationStartTime); |
if (const FrameView::ScrollableAreaSet* animatingScrollableAreas = document->view()->animatingScrollableAreas()) { |
// Iterate over a copy, since ScrollableAreas may deregister |