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

Unified Diff: ui/keyboard/keyboard_controller_observer.h

Issue 1205063002: Fix user pod not always scroll to the center after VK shows up (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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
« ui/keyboard/keyboard_controller.cc ('K') | « ui/keyboard/keyboard_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..1212cb383edb43d96d90ce60918fab090cc27d19 100644
--- a/ui/keyboard/keyboard_controller_observer.h
+++ b/ui/keyboard/keyboard_controller_observer.h
@@ -21,6 +21,9 @@ class KEYBOARD_EXPORT KeyboardControllerObserver {
// Called when the keyboard bounds or visibility are about to change.
virtual void OnKeyboardBoundsChanging(const gfx::Rect& new_bounds) = 0;
flackr 2015/06/24 22:08:42 Provide default implementation of this one as well
bshe 2015/06/25 14:01:59 Done.
+
+ // Called when the keyboard bounds or visibility changed.
+ virtual void OnKeyboardBoundsChanged(const gfx::Rect& new_bounds) {};
};
} // namespace keyboard
« ui/keyboard/keyboard_controller.cc ('K') | « ui/keyboard/keyboard_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698