Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2475)

Unified Diff: ash/root_window_controller.h

Issue 47873003: Add a full screen virtual keyboard to virtual keyboard root window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: experiment Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698