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

Unified Diff: content/browser/renderer_host/render_widget_host_view_aura.h

Issue 235693002: Merge 260900 "linux_aura: Port GtkKeybindingsHandler to Aura." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1916/src/
Patch Set: Created 6 years, 8 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
Index: content/browser/renderer_host/render_widget_host_view_aura.h
===================================================================
--- content/browser/renderer_host/render_widget_host_view_aura.h (revision 263301)
+++ content/browser/renderer_host/render_widget_host_view_aura.h (working copy)
@@ -525,6 +525,11 @@
// Detaches |this| from the input method object.
void DetachFromInputMethod();
+ // Before calling RenderWidgetHost::ForwardKeyboardEvent(), this method
+ // calls our keybindings handler against the event and send matched
+ // edit commands to renderer instead.
+ void ForwardKeyboardEvent(const NativeWebKeyboardEvent& event);
+
// Dismisses a Web Popup on a mouse or touch press outside the popup and its
// parent.
void ApplyEventFilterForPopupExit(ui::LocatedEvent* event);

Powered by Google App Engine
This is Rietveld 408576698