| Index: cc/base/switches.h
|
| diff --git a/cc/base/switches.h b/cc/base/switches.h
|
| index 97fe833390c62f210c8c53d90e0059ca928c1109..ed6555a6e6f18c4d57023cf48896dd2023065c58 100644
|
| --- a/cc/base/switches.h
|
| +++ b/cc/base/switches.h
|
| @@ -42,6 +42,7 @@ CC_EXPORT extern const char kStrictLayerPropertyChangeChecking[];
|
| CC_EXPORT extern const char kEnableMapImage[];
|
| CC_EXPORT extern const char kDisableMapImage[];
|
| CC_EXPORT extern const char kDisable4444Textures[];
|
| +CC_EXPORT extern const char kDisableCompositorTouchHitTesting[];
|
|
|
| // Switches for both the renderer and ui compositors.
|
| CC_EXPORT extern const char kUIDisablePartialSwap[];
|
|
|