| Index: Source/core/layout/LayerScrollableArea.cpp
|
| diff --git a/Source/core/layout/LayerScrollableArea.cpp b/Source/core/layout/LayerScrollableArea.cpp
|
| index 6335474f64ec49832bc70d3d5a1db695ee8a9e18..f86d8a8a65c4de1a64e8c8199525087b3f48513b 100644
|
| --- a/Source/core/layout/LayerScrollableArea.cpp
|
| +++ b/Source/core/layout/LayerScrollableArea.cpp
|
| @@ -485,13 +485,6 @@
|
| return box().frame() ? box().frame()->eventHandler().lastKnownMousePosition() : IntPoint();
|
| }
|
|
|
| -bool LayerScrollableArea::scrollAnimatorEnabled() const
|
| -{
|
| - if (Settings* settings = box().frame()->settings())
|
| - return settings->scrollAnimatorEnabled();
|
| - return false;
|
| -}
|
| -
|
| bool LayerScrollableArea::shouldSuspendScrollAnimations() const
|
| {
|
| RenderView* view = box().view();
|
|
|