| Index: cc/base/switches.cc
|
| diff --git a/cc/base/switches.cc b/cc/base/switches.cc
|
| index c287256be56e0ffc5cd17a9268df2288c32c23b7..7e45074030db420352e32bc3aeea30964b39b51c 100644
|
| --- a/cc/base/switches.cc
|
| +++ b/cc/base/switches.cc
|
| @@ -82,6 +82,7 @@
|
| // Virtual viewport for fixed-position elements, scrollbars during pinch.
|
| const char kEnablePinchVirtualViewport[] = "enable-pinch-virtual-viewport";
|
|
|
| +const char kEnablePartialSwap[] = "enable-partial-swap";
|
| // Disable partial swap which is needed for some OpenGL drivers / emulators.
|
| const char kUIDisablePartialSwap[] = "ui-disable-partial-swap";
|
|
|
|
|