| Index: sky/engine/core/rendering/RenderBox.cpp
|
| diff --git a/sky/engine/core/rendering/RenderBox.cpp b/sky/engine/core/rendering/RenderBox.cpp
|
| index 69fb76d92bd312d7ee9be8e78ffc1f3d909805f0..25cc78ef7b3e2a8c6720bac79e919a51f2aea224 100644
|
| --- a/sky/engine/core/rendering/RenderBox.cpp
|
| +++ b/sky/engine/core/rendering/RenderBox.cpp
|
| @@ -604,7 +604,6 @@ IntSize RenderBox::calculateAutoscrollDirection(const IntPoint& windowPoint) con
|
| return IntSize();
|
|
|
| IntRect box(absoluteBoundingBoxRect());
|
| - box.move(view()->frameView()->scrollOffset());
|
| IntRect windowBox = view()->frameView()->contentsToWindow(box);
|
|
|
| IntPoint windowAutoscrollPoint = windowPoint;
|
|
|