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

Unified Diff: ash/display/virtual_keyboard_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: Created 7 years, 1 month 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
« no previous file with comments | « ash/display/display_controller.h ('k') | ash/display/virtual_keyboard_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/virtual_keyboard_window_controller.h
diff --git a/ash/display/virtual_keyboard_window_controller.h b/ash/display/virtual_keyboard_window_controller.h
index def3c06fc99814944a0f206134a41d397e74a28f..dbfbb20a21b1c22bb9221458cc1b933fa16b5f48 100644
--- a/ash/display/virtual_keyboard_window_controller.h
+++ b/ash/display/virtual_keyboard_window_controller.h
@@ -9,6 +9,10 @@
#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
+namespace keyboard {
+class KeyboardController;
+}
+
namespace ash {
namespace internal {
@@ -22,6 +26,12 @@ class ASH_EXPORT VirtualKeyboardWindowController {
VirtualKeyboardWindowController();
virtual ~VirtualKeyboardWindowController();
+ RootWindowController* root_window_controller() {
+ return root_window_controller_.get();
oshima 2013/11/14 00:37:06 Is this used only for test? If so, can you rename
bshe 2013/11/14 17:01:50 Done.
+ }
+
+ void ActivateKeyboard(keyboard::KeyboardController* keyboard_controller);
+
// Updates the root window's bounds using |display_info|.
// Creates the new root window if one doesn't exist.
void UpdateWindow(const DisplayInfo& display_info);
« no previous file with comments | « ash/display/display_controller.h ('k') | ash/display/virtual_keyboard_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698