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

Unified Diff: blimp/client/core/render_widget/blimp_document.cc

Issue 2489033002: content/blimp: Remove unused compositing mode switches. (Closed)
Patch Set: test Created 4 years, 1 month 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: blimp/client/core/render_widget/blimp_document.cc
diff --git a/blimp/client/core/render_widget/blimp_document.cc b/blimp/client/core/render_widget/blimp_document.cc
index 2104ee168363a617d6aeba7f320b9f9c8287548f..b6b5fe2e7d36ce9ca87f669a428d23e10af81904 100644
--- a/blimp/client/core/render_widget/blimp_document.cc
+++ b/blimp/client/core/render_widget/blimp_document.cc
@@ -19,11 +19,7 @@ BlimpDocument::BlimpDocument(int document_id,
BlimpCompositorDependencies* compositor_deps,
BlimpDocumentManager* document_manager)
: BlimpDocument(document_id,
- BlimpCompositor::Create(
- compositor_deps,
- this,
- base::CommandLine::ForCurrentProcess()->HasSwitch(
- switches::kEnableUpdatedCompositingPath)),
+ BlimpCompositor::Create(compositor_deps, this),
compositor_deps,
document_manager) {}
« no previous file with comments | « blimp/client/core/context/blimp_client_context_impl.cc ('k') | blimp/client/core/switches/blimp_client_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698