| 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..1b5cb22c59562b83ea956f2ae066079f457fabee 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, true);
|
| webView->resize(WebSize(640, 480));
|
|
|
| // Create a remote root frame with a local child frame.
|
|
|