Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/web/tests/FrameThrottlingTest.cpp

Issue 1991273003: Fire visibilityChange event on out-of-process iframes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android test+naming Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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.

Powered by Google App Engine