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

Unified Diff: content/browser/renderer_host/render_widget_host_view_aura.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: content/browser/renderer_host/render_widget_host_view_aura.h
diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h
index a5ce6138bd7d64bd8a6a1a359b605aca6cd8dffd..d733f585c45cf2c7695c0edefeee6ad19068eded 100644
--- a/content/browser/renderer_host/render_widget_host_view_aura.h
+++ b/content/browser/renderer_host/render_widget_host_view_aura.h
@@ -265,6 +265,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAura
void OnCandidateWindowHidden() override;
bool IsEditingCommandEnabled(int command_id) override;
void ExecuteEditingCommand(int command_id) override;
+ void OnKeyboardBoundsUnchanged() override;
// Overridden from gfx::DisplayObserver:
void OnDisplayAdded(const gfx::Display& new_display) override;
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_view_aura.cc » ('j') | ui/keyboard/keyboard_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698