summaryrefslogtreecommitdiffstats
path: root/chromium/ui/compositor/compositor_switches.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/compositor/compositor_switches.h')
-rw-r--r--chromium/ui/compositor/compositor_switches.h19
1 files changed, 11 insertions, 8 deletions
diff --git a/chromium/ui/compositor/compositor_switches.h b/chromium/ui/compositor/compositor_switches.h
index 2bf2b242260..d487bdd44a1 100644
--- a/chromium/ui/compositor/compositor_switches.h
+++ b/chromium/ui/compositor/compositor_switches.h
@@ -9,17 +9,20 @@
namespace switches {
-COMPOSITOR_EXPORT extern const char kDisableTestCompositor[];
-COMPOSITOR_EXPORT extern const char kUIDisableDeadlineScheduling[];
+COMPOSITOR_EXPORT extern const char kEnableHardwareOverlays[];
+COMPOSITOR_EXPORT extern const char kEnablePixelOutputInTests[];
COMPOSITOR_EXPORT extern const char kUIDisableThreadedCompositing[];
-COMPOSITOR_EXPORT extern const char kUIEnableDeadlineScheduling[];
-COMPOSITOR_EXPORT extern const char kUIEnableSoftwareCompositing[];
-COMPOSITOR_EXPORT extern const char kUIEnableThreadedCompositing[];
-COMPOSITOR_EXPORT extern const char kUIMaxFramesPending[];
+COMPOSITOR_EXPORT extern const char kUIEnableImplSidePainting[];
+COMPOSITOR_EXPORT extern const char kUIEnableZeroCopy[];
COMPOSITOR_EXPORT extern const char kUIShowPaintRects[];
-COMPOSITOR_EXPORT bool IsUIDeadlineSchedulingEnabled();
-
} // namespace switches
+namespace ui {
+
+COMPOSITOR_EXPORT bool IsUIImplSidePaintingEnabled();
+COMPOSITOR_EXPORT bool IsUIZeroCopyEnabled();
+
+} // namespace ui
+
#endif // UI_COMPOSITOR_COMPOSITOR_SWITCHES_H_