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

Unified Diff: cc/switches.cc

Issue 12371002: [cc] Mailbox Output Surface Support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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/switches.cc
diff --git a/cc/switches.cc b/cc/switches.cc
index 7e68c3f94fa1db8c1413ae5ba70f9a1533fa19b6..bfd01f1dc13eb8fda8885830d6a2353e7cf4f03b 100644
--- a/cc/switches.cc
+++ b/cc/switches.cc
@@ -90,6 +90,10 @@ const char kUseCheapnessEstimator[] = "use-cheapness-estimator";
const char kLowResolutionContentsScaleFactor[] =
"low-resolution-contents-scale-factor";
+// Causes the compositor to render to textures which are then sent to the parent
+// through the texture mailbox mechanism. Requires kEnableCompositorFrameMessage.
Sami 2013/02/28 12:46:58 Nit: say --enable-compositor-frame-message instead
no sievers 2013/02/28 18:43:40 Done.
+const char kCompositeToMailbox[] = "composite-to-mailbox";
+
bool IsImplSidePaintingEnabled() {
const CommandLine& command_line = *CommandLine::ForCurrentProcess();

Powered by Google App Engine
This is Rietveld 408576698