Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index ce8af1c939745e511aa5eef03cd69747dcc63ee7..5973fc038ace93edd1e91d3625c99e68b5770d58 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -498,6 +498,9 @@ |
// SYN packet. |
const char kEnableTcpFastOpen[] = "enable-tcp-fastopen"; |
+// Enable multithreaded GPU compositing of web content. |
+const char kEnableThreadedCompositing[] = "enable-threaded-compositing"; |
+ |
// Enable screen capturing support for MediaStream API. |
const char kEnableUserMediaScreenCapturing[] = |
"enable-usermedia-screen-capturing"; |