| Index: Source/core/platform/graphics/chromium/GraphicsLayerChromium.cpp
|
| diff --git a/Source/core/platform/graphics/chromium/GraphicsLayerChromium.cpp b/Source/core/platform/graphics/chromium/GraphicsLayerChromium.cpp
|
| index f3443110ee90085b950d650917c45e866c327951..b3b1bb3dc269623c5d29f39d7ae48a37b36b74e5 100644
|
| --- a/Source/core/platform/graphics/chromium/GraphicsLayerChromium.cpp
|
| +++ b/Source/core/platform/graphics/chromium/GraphicsLayerChromium.cpp
|
| @@ -890,7 +890,7 @@ void GraphicsLayerChromium::notifyAnimationFinished(double)
|
| void GraphicsLayerChromium::didScroll()
|
| {
|
| if (m_scrollableArea)
|
| - m_scrollableArea->scrollToOffsetWithoutAnimation(IntPoint(m_layer->layer()->scrollPosition()));
|
| + m_scrollableArea->scrollToOffsetWithoutAnimation(m_scrollableArea->minimumScrollPosition() + toIntSize(m_layer->layer()->scrollPosition()));
|
| }
|
|
|
| void GraphicsLayerChromium::reportMemoryUsage(MemoryObjectInfo* memoryObjectInfo) const
|
|
|