Index: third_party/WebKit/Source/core/frame/LocalFrame.cpp |
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.cpp b/third_party/WebKit/Source/core/frame/LocalFrame.cpp |
index ecb7d462c1567369135d1db945f254f1d6c425fa..45980ee437058bb8b8373274cc479afdf2d9183b 100644 |
--- a/third_party/WebKit/Source/core/frame/LocalFrame.cpp |
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.cpp |
@@ -270,7 +270,6 @@ void LocalFrame::setView(FrameView* view) { |
void LocalFrame::createView(const IntSize& viewportSize, |
const Color& backgroundColor, |
- bool transparent, |
ScrollbarMode horizontalScrollbarMode, |
bool horizontalLock, |
ScrollbarMode verticalScrollbarMode, |
@@ -300,7 +299,7 @@ void LocalFrame::createView(const IntSize& viewportSize, |
setView(frameView); |
- frameView->updateBackgroundRecursively(backgroundColor, transparent); |
+ frameView->updateBaseBackgroundColorRecursively(backgroundColor); |
if (isLocalRoot) |
frameView->setParentVisible(true); |