| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 5f7544c59d039336523d3144c784a1dd5dcfed79..2d1566a7b88728b393a111a33346e39f7d5c2fdb 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -277,6 +277,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";
|
|
|
|
|