From 0cdc129636d794dec2649b50a470e03f727258f9 Mon Sep 17 00:00:00 2001 From: Nicolas Roard Date: Wed, 23 Mar 2011 15:47:27 -0700 Subject: Fix the repainting problems with overflow-scroll div elements bug:4163243 bug:4163233 bug:4159272 bug:4159270 bug:3442104 bug:4163237 Change-Id: Iab71d1da3f0ca6c52b23ddfb8b86c58b118b60e0 --- WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'WebCore') diff --git a/WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp b/WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp index 72aefa4..96cfd3d 100644 --- a/WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp +++ b/WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp @@ -595,6 +595,7 @@ bool GraphicsLayerAndroid::repaint() m_foregroundLayer->setPosition(-x, -y); // Set the scrollable bounds of the layer. m_foregroundLayer->setScrollLimits(-x, -y, m_size.width(), m_size.height()); + m_foregroundLayer->needsRepaint(); } else { // If there is no contents clip, we can draw everything into one // picture. -- cgit v1.1