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

Unified Diff: ui/base/ime/input_method_observer.h

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 | « ui/base/ime/input_method_chromeos.cc ('k') | ui/base/ime/mock_input_method.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/input_method_observer.h
diff --git a/ui/base/ime/input_method_observer.h b/ui/base/ime/input_method_observer.h
index d3432c9782dd1b5b280f28bc9e4d62e41ecb5ef7..e72fd7a2199728ad9445d80bb29de7730e01ec84 100644
--- a/ui/base/ime/input_method_observer.h
+++ b/ui/base/ime/input_method_observer.h
@@ -43,6 +43,10 @@ class UI_BASE_EXPORT InputMethodObserver {
// Called when a user gesture should trigger showing the virtual keyboard
// or alternate input view (e.g. handwriting palette). Used in ChromeOS.
virtual void OnShowImeIfNeeded() = 0;
+
+ // Called by an on screen keyboard controller when the on screen keyboard was
+ // requested to be shown, but was already showing.
+ virtual void OnKeyboardBoundsUnchanged() = 0;
};
} // namespace ui
« no previous file with comments | « ui/base/ime/input_method_chromeos.cc ('k') | ui/base/ime/mock_input_method.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698