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

Unified Diff: cc/base/switches.cc

Issue 2774373002: Use MojoCompositorFrameSink in RendererCompositorFrameSink (Closed)
Patch Set: Fixed mac Created 3 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: cc/base/switches.cc
diff --git a/cc/base/switches.cc b/cc/base/switches.cc
index fca84ca3284ee431e2d5019e05a5fc3f001e6e46..a9e5105c94ef0c34db58f6cc0de0083d42f34058 100644
--- a/cc/base/switches.cc
+++ b/cc/base/switches.cc
@@ -55,6 +55,10 @@ const char kEnableGpuBenchmarking[] = "enable-gpu-benchmarking";
// the parent compositor.
const char kEnableSurfaceSynchronization[] = "enable-surface-synchronization";
+// Use MojoCompositorFrameSink for submitting CompositorFrames from renderer to
+// browser.
+const char kUseMojoCompositorFrameSink[] = "use-mojo-compositor-frame-sink";
+
// Renders a border around compositor layers to help debug and study
// layer compositing.
const char kShowCompositedLayerBorders[] = "show-composited-layer-borders";

Powered by Google App Engine
This is Rietveld 408576698