Index: Source/core/frame/LocalFrame.cpp |
diff --git a/Source/core/frame/LocalFrame.cpp b/Source/core/frame/LocalFrame.cpp |
index 84e9de5879c82953b7eb538463a7bea719ba180e..dd46a590f05a452c8a5515bf5a78ace81ece6eb1 100644 |
--- a/Source/core/frame/LocalFrame.cpp |
+++ b/Source/core/frame/LocalFrame.cpp |
@@ -384,8 +384,7 @@ void LocalFrame::createView(const IntSize& viewportSize, const Color& background |
setView(frameView); |
- if (backgroundColor.alpha()) |
- frameView->updateBackgroundRecursively(backgroundColor, transparent); |
+ frameView->updateBackgroundRecursively(backgroundColor, transparent); |
if (isMainFrame) |
frameView->setParentVisible(true); |