| Index: Source/core/layout/LayoutBox.cpp
|
| diff --git a/Source/core/layout/LayoutBox.cpp b/Source/core/layout/LayoutBox.cpp
|
| index 82bde7e69164df0063623b8a83b209648da038f2..69dd3c13c8091b479ba22a3dcbf47caf5a7d3c08 100644
|
| --- a/Source/core/layout/LayoutBox.cpp
|
| +++ b/Source/core/layout/LayoutBox.cpp
|
| @@ -746,11 +746,6 @@ bool LayoutBox::canBeProgramaticallyScrolled() const
|
| return node && node->hasEditableStyle();
|
| }
|
|
|
| -bool LayoutBox::usesCompositedScrolling() const
|
| -{
|
| - return hasOverflowClip() && hasLayer() && layer()->scrollableArea()->usesCompositedScrolling();
|
| -}
|
| -
|
| void LayoutBox::autoscroll(const IntPoint& positionInRootFrame)
|
| {
|
| LocalFrame* frame = this->frame();
|
|
|