Index: third_party/WebKit/Source/core/frame/FrameViewTest.cpp |
diff --git a/third_party/WebKit/Source/core/frame/FrameViewTest.cpp b/third_party/WebKit/Source/core/frame/FrameViewTest.cpp |
index 0b5187485e08471e959db292dacaa826a0d8e539..ab9fd994d66c25acab86ec3b37ee4af8e99b206c 100644 |
--- a/third_party/WebKit/Source/core/frame/FrameViewTest.cpp |
+++ b/third_party/WebKit/Source/core/frame/FrameViewTest.cpp |
@@ -90,6 +90,8 @@ protected: |
{ |
RuntimeEnabledFeatures::setSlimmingPaintV2Enabled(true); |
FrameViewTestBase::SetUp(); |
+ document().view()->setParentVisible(true); |
+ document().view()->setSelfVisible(true); |
} |
void TearDown() override |