summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/WebKit/android/WebCoreSupport/ChromeClientAndroid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/android/WebCoreSupport/ChromeClientAndroid.cpp b/Source/WebKit/android/WebCoreSupport/ChromeClientAndroid.cpp
index 6f872b8..24eb945 100644
--- a/Source/WebKit/android/WebCoreSupport/ChromeClientAndroid.cpp
+++ b/Source/WebKit/android/WebCoreSupport/ChromeClientAndroid.cpp
@@ -65,7 +65,7 @@ WebCore::GraphicsLayer* ChromeClientAndroid::layersSync()
{
if (m_rootGraphicsLayer && m_needsLayerSync && m_webFrame) {
if (FrameView* frameView = m_webFrame->page()->mainFrame()->view())
- frameView->syncCompositingStateRecursive();
+ frameView->syncCompositingStateIncludingSubframes();
}
m_needsLayerSync = false;
return m_rootGraphicsLayer;