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

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

Issue 233093006: Stop disabling force_compositing_mode for background RenderViews. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: background: WebContentsDelegate Created 6 years, 8 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: 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 782e16fb31a1c069c487a8215038f56bae219324..cbc2b80359926ea48e5e0b31bf38ba5f701618da 100644
--- a/content/public/test/render_view_test.cc
+++ b/content/public/test/render_view_test.cc
@@ -189,6 +189,7 @@ void RenderViewTest::SetUp() {
false, // is_renderer_created
false, // swapped_out
false, // hidden
+ false, // never_visible
1, // next_page_id
blink::WebScreenInfo(),
AccessibilityModeOff);

Powered by Google App Engine
This is Rietveld 408576698