| Index: Source/web/WebFrameImpl.cpp
|
| diff --git a/Source/web/WebFrameImpl.cpp b/Source/web/WebFrameImpl.cpp
|
| index 1593b768f5de0e6c163f68e13a82b362051f0fb8..feb69eb37c078a86f18fe1cc38d353f7cdcfdc02 100644
|
| --- a/Source/web/WebFrameImpl.cpp
|
| +++ b/Source/web/WebFrameImpl.cpp
|
| @@ -2213,7 +2213,7 @@ void WebFrameImpl::createFrameView()
|
| if (isMainFrame)
|
| webView->suppressInvalidations(true);
|
|
|
| - frame()->createView(webView->size(), Color::white, webView->isTransparent(), webView->fixedLayoutSize(), isMainFrame ? webView->isFixedLayoutModeEnabled() : 0);
|
| + frame()->createView(webView->size(), webView->baseBackgroundColor(), webView->isTransparent(), webView->fixedLayoutSize(), isMainFrame ? webView->isFixedLayoutModeEnabled() : 0);
|
| if (webView->shouldAutoResize() && isMainFrame)
|
| frame()->view()->enableAutoSizeMode(true, webView->minAutoSize(), webView->maxAutoSize());
|
|
|
|
|