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

Unified Diff: ash/shell/keyboard_controller_proxy_stub.h

Issue 276483002: Fix calculation of usable area of screen when VK is shown. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unittests Created 6 years, 7 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
« no previous file with comments | « ash/root_window_controller_unittest.cc ('k') | ash/shell/keyboard_controller_proxy_stub.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell/keyboard_controller_proxy_stub.h
diff --git a/ash/shell/keyboard_controller_proxy_stub.h b/ash/shell/keyboard_controller_proxy_stub.h
index f2c03dae5417f328128e80a96d57e30299c0ed74..465aee8cfac3be8ddef83b3ed4324359dc6297ac 100644
--- a/ash/shell/keyboard_controller_proxy_stub.h
+++ b/ash/shell/keyboard_controller_proxy_stub.h
@@ -33,10 +33,9 @@ class KeyboardControllerProxyStub : public keyboard::KeyboardControllerProxy {
virtual void LoadSystemKeyboard() OVERRIDE;
virtual void ReloadKeyboardIfNeeded() OVERRIDE;
-
aura::test::TestWindowDelegate delegate_;
scoped_ptr<aura::Window> keyboard_;
-
+ scoped_ptr<ui::InputMethod> input_method_;
DISALLOW_COPY_AND_ASSIGN(KeyboardControllerProxyStub);
};
« no previous file with comments | « ash/root_window_controller_unittest.cc ('k') | ash/shell/keyboard_controller_proxy_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698