Index: ash/root_window_controller.h |
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h |
index fa8172f99635ea7717db5fade3eabffc95b99231..40ec63200dfed7218fe9172290aae572444f2213 100644 |
--- a/ash/root_window_controller.h |
+++ b/ash/root_window_controller.h |
@@ -283,6 +283,8 @@ class ASH_EXPORT RootWindowController : public ShellObserver { |
scoped_ptr<BootSplashScreen> boot_splash_screen_; |
#endif |
+ RootWindowType root_window_type_; |
oshima
2013/10/30 21:05:30
you don't need this with my patch.
bshe
2013/10/31 16:45:44
Done.
|
+ |
scoped_ptr<ScreenDimmer> screen_dimmer_; |
scoped_ptr<WorkspaceController> workspace_controller_; |
scoped_ptr<AlwaysOnTopController> always_on_top_controller_; |