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

Unified Diff: ash/magnifier/magnification_controller.cc

Issue 826713002: [ChromeOS] Show autofill popup after keyboard (if any) is shown. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable autofill popup waiting for keyboard when keyboard has been disabled. Created 5 years, 11 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 | « no previous file | chrome/browser/chromeos/input_method/textinput_test_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/magnifier/magnification_controller.cc
diff --git a/ash/magnifier/magnification_controller.cc b/ash/magnifier/magnification_controller.cc
index 68386a9ed934a970f303c5901d855c3b48cc91f0..b8d8178fda34821338d525a816d39ab727bd36c5 100644
--- a/ash/magnifier/magnification_controller.cc
+++ b/ash/magnifier/magnification_controller.cc
@@ -184,6 +184,7 @@ class MagnificationControllerImpl : virtual public MagnificationController,
void OnInputMethodDestroyed(const ui::InputMethod* input_method) override {}
void OnShowImeIfNeeded() override {}
void OnCaretBoundsChanged(const ui::TextInputClient* client) override;
+ void OnKeyboardBoundsUnchanged() override {}
// Target root window. This must not be NULL.
aura::Window* root_window_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/input_method/textinput_test_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698