Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 8c25d817857e39e6568cf93c1812eaf764c2aba3..d1dc0e104ca8ff17ae2fdf3eb681f0ce45707e4d 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -303,6 +303,10 @@ const char kEnableOriginBoundCerts[] = "enable-origin-bound-certs"; |
// Enables partial swaps in the WK compositor on platforms that support it. |
const char kEnablePartialSwap[] = "enable-partial-swap"; |
+// Enables UI releasing handle to front surface for background tabs on platforms |
+// that support it. |
+const char kEnableUIReleaseFrontSurface[] = "enable-ui-release-front-surface"; |
+ |
// Enables touch-screen pinch gestures. |
const char kEnablePinch[] = "enable-pinch"; |