| Index: cc/switches.cc
|
| diff --git a/cc/switches.cc b/cc/switches.cc
|
| index 7e68c3f94fa1db8c1413ae5ba70f9a1533fa19b6..7602e42090bc113c412adb821450071d5e0d58f4 100644
|
| --- a/cc/switches.cc
|
| +++ b/cc/switches.cc
|
| @@ -90,6 +90,11 @@ 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 --enable-compositor-frame-message.
|
| +const char kCompositeToMailbox[] = "composite-to-mailbox";
|
| +
|
| bool IsImplSidePaintingEnabled() {
|
| const CommandLine& command_line = *CommandLine::ForCurrentProcess();
|
|
|
|
|