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

Unified Diff: blimp/client/core/switches/blimp_client_switches.h

Issue 2415633003: blimp: Add mode to use the updated compositing path on the client. (Closed)
Patch Set: Rebase Created 4 years, 2 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: blimp/client/core/switches/blimp_client_switches.h
diff --git a/blimp/client/core/switches/blimp_client_switches.h b/blimp/client/core/switches/blimp_client_switches.h
index 9100628b76b486d41af5eaac9efebfbaed609d3c..819de3376abdade6e090bcb18053d0fb8339c019 100644
--- a/blimp/client/core/switches/blimp_client_switches.h
+++ b/blimp/client/core/switches/blimp_client_switches.h
@@ -33,6 +33,10 @@ extern const char kEngineTransport[];
// Enables downloading the complete page from the engine.
extern const char kDownloadWholeDocument[];
+// Enables the updated compositing path, which uses a threaded
+// LayerTreeHostInProcess for the BlimpCompositor.
+extern const char kEnableUpdatedCompositingPath[];
+
} // namespace switches
} // namespace blimp

Powered by Google App Engine
This is Rietveld 408576698