| Index: Source/web/WebFrameImpl.cpp
|
| diff --git a/Source/web/WebFrameImpl.cpp b/Source/web/WebFrameImpl.cpp
|
| index 7fa22c8437c54170b9111ed674644c02e616bab6..e7ce6effff415c4cac889f284c9cd2e7569f3b4f 100644
|
| --- a/Source/web/WebFrameImpl.cpp
|
| +++ b/Source/web/WebFrameImpl.cpp
|
| @@ -2212,7 +2212,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());
|
|
|
|
|