Index: third_party/WebKit/Source/web/tests/FrameThrottlingTest.cpp |
diff --git a/third_party/WebKit/Source/web/tests/FrameThrottlingTest.cpp b/third_party/WebKit/Source/web/tests/FrameThrottlingTest.cpp |
index 7f1ffe7bdb4a25b2c30a1331189ea63864997872..667b09874c808cb497a15fa91243c7cb09cf6313 100644 |
--- a/third_party/WebKit/Source/web/tests/FrameThrottlingTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/FrameThrottlingTest.cpp |
@@ -426,7 +426,7 @@ TEST_F(FrameThrottlingTest, ThrottledFrameWithFocus) |
TEST(RemoteFrameThrottlingTest, ThrottledLocalRoot) |
{ |
FrameTestHelpers::TestWebViewClient viewClient; |
- WebViewImpl* webView = WebViewImpl::create(&viewClient); |
+ WebViewImpl* webView = WebViewImpl::create(&viewClient, WebPageVisibilityStateVisible); |
webView->resize(WebSize(640, 480)); |
// Create a remote root frame with a local child frame. |