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

Unified Diff: cc/switches.cc

Issue 11861020: Aura: Browser-side changes for Composite-To-Mailbox (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 cba392de210d53dfe59a4d6e25d6d4e15fe6f0dd..572f2c83a99bd90b8da808d76b0a4bc087e9beac 100644
--- a/cc/switches.cc
+++ b/cc/switches.cc
@@ -60,5 +60,9 @@ const char kShowNonOccludingRects[] = "show-nonoccluding-rects";
// of pixels culled, and the number of pixels drawn, for each frame.
const char kTraceOverdraw[] = "trace-overdraw";
+// Causes the compositor to render to textures which are then sent to the parent
+// through the texture mailbox mechanism. Requires kEnableCompositorFrameMessage.
+const char kCompositeToMailbox[] = "composite-to-mailbox";
+
} // namespace switches
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698