| Index: ui/compositor/compositor_switches.h
|
| diff --git a/ui/compositor/compositor_switches.h b/ui/compositor/compositor_switches.h
|
| index d487bdd44a164085f940e663e4aa6dcb1a9c21de..c4ef6c17a0afca395df1f995a440bd1b0d38724d 100644
|
| --- a/ui/compositor/compositor_switches.h
|
| +++ b/ui/compositor/compositor_switches.h
|
| @@ -21,7 +21,8 @@ COMPOSITOR_EXPORT extern const char kUIShowPaintRects[];
|
| namespace ui {
|
|
|
| COMPOSITOR_EXPORT bool IsUIImplSidePaintingEnabled();
|
| -COMPOSITOR_EXPORT bool IsUIZeroCopyEnabled();
|
| +bool IsUIZeroCopyEnabled();
|
| +bool IsUIOneCopyEnabled();
|
|
|
| } // namespace ui
|
|
|
|
|