Index: Source/web/WebViewImpl.cpp |
diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp |
index 4f6b22a57f072d8d08c3e627272eac9d3a80d8c5..1d3f446d1e4acd57d7eb6a03c54d22d081d766d6 100644 |
--- a/Source/web/WebViewImpl.cpp |
+++ b/Source/web/WebViewImpl.cpp |
@@ -3898,8 +3898,10 @@ void WebViewImpl::resumeTreeViewCommits() |
{ |
if (!mainFrameImpl()->frame()->loader().stateMachine()->committedFirstRealDocumentLoad()) |
return; |
- if (m_layerTreeView) |
+ if (m_layerTreeView) { |
m_layerTreeView->setDeferCommits(false); |
+ m_layerTreeView->setNeedsBeginFrame(); |
+ } |
} |
void WebViewImpl::postLayoutResize(WebLocalFrameImpl* webframe) |