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(); |