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

Unified Diff: content/browser/web_contents/web_contents_view_aura.cc

Issue 11570012: events: Update key-event handlers to not return EventResult. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge-for-landing Created 8 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
« no previous file with comments | « content/browser/web_contents/web_contents_view_aura.h ('k') | ui/aura/root_window_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/web_contents/web_contents_view_aura.cc
diff --git a/content/browser/web_contents/web_contents_view_aura.cc b/content/browser/web_contents/web_contents_view_aura.cc
index 03e2eb8c0627d48826742cbeced4184dd3acd4b2..c31128b65d3cc8774a0d5ab2d5b6d1a26311a180 100644
--- a/content/browser/web_contents/web_contents_view_aura.cc
+++ b/content/browser/web_contents/web_contents_view_aura.cc
@@ -908,8 +908,7 @@ scoped_refptr<ui::Texture> WebContentsViewAura::CopyTexture() {
////////////////////////////////////////////////////////////////////////////////
// WebContentsViewAura, ui::EventHandler implementation:
-ui::EventResult WebContentsViewAura::OnKeyEvent(ui::KeyEvent* event) {
- return ui::ER_UNHANDLED;
+void WebContentsViewAura::OnKeyEvent(ui::KeyEvent* event) {
}
ui::EventResult WebContentsViewAura::OnMouseEvent(ui::MouseEvent* event) {
« no previous file with comments | « content/browser/web_contents/web_contents_view_aura.h ('k') | ui/aura/root_window_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698