Index: ash/desktop_background/desktop_background_controller.h |
diff --git a/ash/desktop_background/desktop_background_controller.h b/ash/desktop_background/desktop_background_controller.h |
index a93de632b7e9f160f660e70676179d7805b5b5d9..9933c635f275e0dec81f4071b8a1024a7475fb87 100644 |
--- a/ash/desktop_background/desktop_background_controller.h |
+++ b/ash/desktop_background/desktop_background_controller.h |
@@ -64,6 +64,7 @@ class DesktopBackgroundControllerObserver; |
class ASH_EXPORT DesktopBackgroundController : public aura::WindowObserver { |
public: |
enum BackgroundMode { |
+ BACKGROUND_NONE, |
BACKGROUND_IMAGE, |
BACKGROUND_SOLID_COLOR |
}; |