Index: ui/compositor/compositor_switches.h |
diff --git a/ui/compositor/compositor_switches.h b/ui/compositor/compositor_switches.h |
index 46bb8f978721a02ed6df4b63edb847dc271a2c69..d3cd630ea9389fbdd294ebf0b0846066ceb00182 100644 |
--- a/ui/compositor/compositor_switches.h |
+++ b/ui/compositor/compositor_switches.h |
@@ -10,13 +10,9 @@ |
namespace switches { |
COMPOSITOR_EXPORT extern const char kDisableTestCompositor[]; |
-COMPOSITOR_EXPORT extern const char kUIDisableDeadlineScheduling[]; |
COMPOSITOR_EXPORT extern const char kUIDisableThreadedCompositing[]; |
-COMPOSITOR_EXPORT extern const char kUIEnableDeadlineScheduling[]; |
COMPOSITOR_EXPORT extern const char kUIShowPaintRects[]; |
-COMPOSITOR_EXPORT bool IsUIDeadlineSchedulingEnabled(); |
- |
} // namespace switches |
#endif // UI_COMPOSITOR_COMPOSITOR_SWITCHES_H_ |