#ifndef UI_COMPOSITOR_COMPOSITOR_SWITCHES_H_
#define UI_COMPOSITOR_COMPOSITOR_SWITCHES_H_
#include "ui/compositor/compositor_export.h"
namespace switches {
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 kUIShowPaintRects[];
}
namespace ui {
COMPOSITOR_EXPORT bool IsUIImplSidePaintingEnabled();
COMPOSITOR_EXPORT bool IsUIMapImageEnabled();
}
#endif