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

Unified Diff: ui/views/controls/textfield/textfield.cc

Issue 715733002: [Android] Show autofill popup after animation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Hide popup when resizing the viewport resulted in movement of the focused element. Created 6 years 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/views/controls/textfield/textfield.cc
diff --git a/ui/views/controls/textfield/textfield.cc b/ui/views/controls/textfield/textfield.cc
index 2b916043af000a99619c5af2fd8a537d69904fb7..2c72c6f915ecafd412abc124f45030bb06abd30c 100644
--- a/ui/views/controls/textfield/textfield.cc
+++ b/ui/views/controls/textfield/textfield.cc
@@ -1612,6 +1612,8 @@ void Textfield::ExecuteEditingCommand(int command_id) {
ExecuteCommand(command_id);
}
+void Textfield::OnKeyboardBoundsUnchanged() {}
+
////////////////////////////////////////////////////////////////////////////////
// Textfield, protected:

Powered by Google App Engine
This is Rietveld 408576698