Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 8e57a29a1420079fef74060612fea3023f6154c0..02bbf973767320e0a2796e03003e24f5b465bd5a 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -855,6 +855,9 @@ const char kUseMobileUserAgent[] = "use-mobile-user-agent"; |
// Use the new surfaces system to handle compositor delegation. |
const char kUseSurfaces[] = "use-surfaces"; |
+// Disable the use of the new surfaces system to handle compositor delegation. |
+const char kDisableSurfaces[] = "disable-surfaces"; |
+ |
// On POSIX only: the contents of this flag are prepended to the utility |
// process command line. Useful values might be "valgrind" or "xterm -e gdb |
// --args". |