Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 5877de57afcb80b6adf81ca59c33e6720fbc0bf1..1e8e6757f39dafd75de56d8ced788a2cfe24783f 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -297,6 +297,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"; |