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

Unified Diff: ui/keyboard/keyboard_controller_observer.h

Issue 2323823004: Add action for each button on opt-in IME menu. (Closed)
Patch Set: Created 4 years, 3 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: ui/keyboard/keyboard_controller_observer.h
diff --git a/ui/keyboard/keyboard_controller_observer.h b/ui/keyboard/keyboard_controller_observer.h
index 174d06bb3507f924856d4586ff03c33382419368..7610caefaad6be81a026290e33ea63d35af33e18 100644
--- a/ui/keyboard/keyboard_controller_observer.h
+++ b/ui/keyboard/keyboard_controller_observer.h
@@ -21,6 +21,10 @@ class KEYBOARD_EXPORT KeyboardControllerObserver {
// Called when the keyboard bounds or visibility are about to change.
virtual void OnKeyboardBoundsChanging(const gfx::Rect& new_bounds) = 0;
+
+ // Called when the keyboard has been hidden and the hiding animation finished
+ // successfully
+ virtual void OnKeyboardHidden() = 0;
sky 2016/09/14 18:03:43 Given most call sites don't care about this is the
Azure Wei 2016/09/15 03:44:51 Updated with virtual method with empty implementat
};
} // namespace keyboard

Powered by Google App Engine
This is Rietveld 408576698