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

Unified Diff: ui/views/controls/textfield/textfield.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: 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.h
diff --git a/ui/views/controls/textfield/textfield.h b/ui/views/controls/textfield/textfield.h
index 677e9165af79decfce79eb64bb852add05159921..4a7bf7b23db4439c7913572b9a441314e595a194 100644
--- a/ui/views/controls/textfield/textfield.h
+++ b/ui/views/controls/textfield/textfield.h
@@ -306,6 +306,7 @@ class VIEWS_EXPORT Textfield : public View,
void OnCandidateWindowHidden() override;
bool IsEditingCommandEnabled(int command_id) override;
void ExecuteEditingCommand(int command_id) override;
+ void OnKeyboardBoundsUnchanged() override;
protected:
// Returns the TextfieldModel's text/cursor/selection rendering model.

Powered by Google App Engine
This is Rietveld 408576698