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

Unified Diff: content/public/test/render_view_test.cc

Issue 23129015: Initialize RenderWidget(Host)(View)s with correct visibility state (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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
« no previous file with comments | « content/public/browser/web_contents.cc ('k') | content/renderer/render_process_visibility_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/render_view_test.cc
diff --git a/content/public/test/render_view_test.cc b/content/public/test/render_view_test.cc
index df772f6ae8e0d5ec64315e1ba9dcb54ccd1f426a..4136fe04f99fec71bce3323949ffcf4a2349f4a0 100644
--- a/content/public/test/render_view_test.cc
+++ b/content/public/test/render_view_test.cc
@@ -175,9 +175,10 @@ void RenderViewTest::SetUp() {
kSurfaceId,
kInvalidSessionStorageNamespaceId,
string16(),
- false,
- false,
- 1,
+ false, // is_renderer_created
+ false, // swapped_out
+ false, // hidden
+ 1, // next_page_id
WebKit::WebScreenInfo(),
AccessibilityModeOff,
true);
« no previous file with comments | « content/public/browser/web_contents.cc ('k') | content/renderer/render_process_visibility_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698