| Index: ui/compositor/compositor_switches.h
|
| diff --git a/ui/compositor/compositor_switches.h b/ui/compositor/compositor_switches.h
|
| index d487bdd44a164085f940e663e4aa6dcb1a9c21de..486f66d31ac33da62c58e847d46890998046f296 100644
|
| --- a/ui/compositor/compositor_switches.h
|
| +++ b/ui/compositor/compositor_switches.h
|
| @@ -12,7 +12,7 @@ namespace switches {
|
| COMPOSITOR_EXPORT extern const char kEnableHardwareOverlays[];
|
| COMPOSITOR_EXPORT extern const char kEnablePixelOutputInTests[];
|
| COMPOSITOR_EXPORT extern const char kUIDisableThreadedCompositing[];
|
| -COMPOSITOR_EXPORT extern const char kUIEnableImplSidePainting[];
|
| +COMPOSITOR_EXPORT extern const char kUIDisableImplSidePainting[];
|
| COMPOSITOR_EXPORT extern const char kUIEnableZeroCopy[];
|
| COMPOSITOR_EXPORT extern const char kUIShowPaintRects[];
|
|
|
|
|