summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/web/WebFrameImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/Source/web/WebFrameImpl.cpp')
-rw-r--r--third_party/WebKit/Source/web/WebFrameImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/Source/web/WebFrameImpl.cpp b/third_party/WebKit/Source/web/WebFrameImpl.cpp
index 3e4ebce..43bb32b 100644
--- a/third_party/WebKit/Source/web/WebFrameImpl.cpp
+++ b/third_party/WebKit/Source/web/WebFrameImpl.cpp
@@ -2240,7 +2240,7 @@ void WebFrameImpl::createFrameView()
if (isMainFrame)
webView->suppressInvalidations(true);
- frame()->createView(webView->size(), webView->baseBackgroundColor(), webView->isTransparent(), webView->fixedLayoutSize(), isMainFrame ? webView->isFixedLayoutModeEnabled() : 0);
+ frame()->createView(webView->size(), webView->baseBackgroundColor(), webView->isTransparent());
if (webView->shouldAutoResize() && isMainFrame)
frame()->view()->enableAutoSizeMode(true, webView->minAutoSize(), webView->maxAutoSize());