Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 6ff65e8562282fa18bdb5db859f61a945f7cc3fb..018886c64308c45d838efb593f840ee760660a76 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -881,6 +881,9 @@ const char kUseFakeUIForMediaStream[] = "use-fake-ui-for-media-stream"; |
// Set when Chromium should use a mobile user agent. |
const char kUseMobileUserAgent[] = "use-mobile-user-agent"; |
+// Use the new surfaces system to handle compositor delegation. |
+const char kUseSurfaces[] = "use-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". |