Index: Source/web/WebLocalFrameImpl.cpp |
diff --git a/Source/web/WebLocalFrameImpl.cpp b/Source/web/WebLocalFrameImpl.cpp |
index 657ef0749a48fe71afbb43b7a7abc8ee5a761b61..c76fc8e3c2a7fc00939c2b5ec0a26e5a6b3b1ab5 100644 |
--- a/Source/web/WebLocalFrameImpl.cpp |
+++ b/Source/web/WebLocalFrameImpl.cpp |
@@ -1685,6 +1685,7 @@ void WebLocalFrameImpl::createFrameView() |
frame()->view()->enableAutoSizeMode(webView->minAutoSize(), webView->maxAutoSize()); |
frame()->view()->setInputEventsTransformForEmulation(m_inputEventsOffsetForEmulation, m_inputEventsScaleFactorForEmulation); |
+ frame()->view()->setDisplayMode(webView->displayMode()); |
if (isLocalRoot) |
webView->suppressInvalidations(false); |