Index: content/shell/common/shell_switches.cc |
diff --git a/content/shell/common/shell_switches.cc b/content/shell/common/shell_switches.cc |
index e267cc584ded1f4ea5178ea0c932b43fe885650a..a1cce4417066c4b6cdab718628ff4c6c801fc09f 100644 |
--- a/content/shell/common/shell_switches.cc |
+++ b/content/shell/common/shell_switches.cc |
@@ -34,6 +34,9 @@ const char kEnableFontAntialiasing[] = "enable-font-antialiasing"; |
// whether or not reloading a webpage releases web-related objects correctly. |
const char kEnableLeakDetection[] = "enable-leak-detection"; |
+// Enabled threaded compositing for layout tests. |
+const char kEnableThreadedCompositing[] = "enable-threaded-compositing"; |
+ |
// Encode binary layout test results (images, audio) using base64. |
const char kEncodeBinary[] = "encode-binary"; |