| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 039f359cf9f8e0d149272a09d6af78446d213373..536bb321ab364fad7fddf1aa8c2b6f7811592169 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -304,6 +304,10 @@ const char kEnableMonitorProfile[] = "enable-monitor-profile";
|
| // 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";
|
|
|
|
|