summaryrefslogtreecommitdiffstats
path: root/ui/compositor/compositor_switches.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/compositor/compositor_switches.h')
-rw-r--r--ui/compositor/compositor_switches.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/compositor/compositor_switches.h b/ui/compositor/compositor_switches.h
index 6518d4f..d487bdd 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