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

Unified Diff: blimp/engine/app/blimp_engine_config.cc

Issue 2476873002: blimp: Enable the updated compositing path by default. (Closed)
Patch Set: .. 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
« no previous file with comments | « blimp/client/core/context/blimp_client_context_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/app/blimp_engine_config.cc
diff --git a/blimp/engine/app/blimp_engine_config.cc b/blimp/engine/app/blimp_engine_config.cc
index f1753fc4814064255991e5b3272da98246230df0..bdd24f0d34fede17fc6c147eae599242a3e4c9f2 100644
--- a/blimp/engine/app/blimp_engine_config.cc
+++ b/blimp/engine/app/blimp_engine_config.cc
@@ -41,6 +41,9 @@ void SetCommandLineDefaults(base::CommandLine* command_line) {
// Disable use-zoom-for-dsf since it ends up overriding the device scale
// factor reported to the client. See crbug.com/654898.
command_line->AppendSwitchASCII(::switches::kEnableUseZoomForDSF, "false");
+
+ // Enable the updated compositing path.
+ command_line->AppendSwitch(::switches::kUseLayerTreeHostRemote);
}
BlimpEngineConfig::~BlimpEngineConfig() {}
« no previous file with comments | « blimp/client/core/context/blimp_client_context_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698