Index: ui/compositor/compositor_switches.h |
diff --git a/ui/compositor/compositor_switches.h b/ui/compositor/compositor_switches.h |
index 6518d4fa59aebf4acadd1b49b78f75fa3903f1d6..d487bdd44a164085f940e663e4aa6dcb1a9c21de 100644 |
--- a/ui/compositor/compositor_switches.h |
+++ b/ui/compositor/compositor_switches.h |
@@ -13,7 +13,7 @@ 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 kUIEnableMapImage[]; |
+COMPOSITOR_EXPORT extern const char kUIEnableZeroCopy[]; |
COMPOSITOR_EXPORT extern const char kUIShowPaintRects[]; |
} // namespace switches |
@@ -21,7 +21,7 @@ COMPOSITOR_EXPORT extern const char kUIShowPaintRects[]; |
namespace ui { |
COMPOSITOR_EXPORT bool IsUIImplSidePaintingEnabled(); |
-COMPOSITOR_EXPORT bool IsUIMapImageEnabled(); |
+COMPOSITOR_EXPORT bool IsUIZeroCopyEnabled(); |
} // namespace ui |