Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(539)

Unified Diff: media/blink/webmediaplayer_impl_unittest.cc

Issue 1991273003: Fire visibilityChange event on out-of-process iframes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/blink/webmediaplayer_impl_unittest.cc
diff --git a/media/blink/webmediaplayer_impl_unittest.cc b/media/blink/webmediaplayer_impl_unittest.cc
index 8e7715bfecb3fc475371884abe2c808bf25ee6ee..0aee551c1676cd3e339ee3161813202d2fc41d4d 100644
--- a/media/blink/webmediaplayer_impl_unittest.cc
+++ b/media/blink/webmediaplayer_impl_unittest.cc
@@ -87,7 +87,8 @@ class WebMediaPlayerImplTest : public testing::Test {
public:
WebMediaPlayerImplTest()
: media_thread_("MediaThreadForTest"),
- web_view_(blink::WebView::create(nullptr)),
+ web_view_(blink::WebView::create(nullptr,
+ blink::WebPageVisibilityStateVisible)),
web_local_frame_(
blink::WebLocalFrame::create(blink::WebTreeScopeType::Document,
&web_frame_client_)),
« no previous file with comments | « media/blink/resource_multibuffer_data_provider_unittest.cc ('k') | third_party/WebKit/Source/core/page/Page.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698