| Index: content/common/content_switches.cc
|
| diff --git a/content/common/content_switches.cc b/content/common/content_switches.cc
|
| index 8811f6976f2c4fe29882f91e51b9119d6fe70a8d..2b656d96116cecc7626c73403da8e2f2f9c6b94e 100644
|
| --- a/content/common/content_switches.cc
|
| +++ b/content/common/content_switches.cc
|
| @@ -227,6 +227,9 @@ const char kEnableSeccompSandbox[] = "enable-seccomp-sandbox";
|
| // Enables StatsTable, logging statistics to a global named shared memory table.
|
| const char kEnableStatsTable[] = "enable-stats-table";
|
|
|
| +// Enable multithreaded GPU compositing of web content.
|
| +const char kEnableThreadedCompositing[] = "enable-threaded-compositing";
|
| +
|
| // Enable use of experimental TCP sockets API for sending data in the
|
| // SYN packet.
|
| const char kEnableTcpFastOpen[] = "enable-tcp-fastopen";
|
|
|