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

Unified Diff: ui/views/controls/textfield/textfield.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: 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 869fb664bdc7da0e4b7a34bf10c748d29ec7db47..791042190c1c269fb7ce11b566e78fbe914e8aca 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