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

Unified Diff: ui/views/corewm/focus_change_shim.h

Issue 11308322: events: Start changing EventHandler interface to not return a value. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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 | « ui/views/corewm/activation_change_shim.cc ('k') | ui/views/corewm/focus_change_shim.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/corewm/focus_change_shim.h
diff --git a/ui/views/corewm/focus_change_shim.h b/ui/views/corewm/focus_change_shim.h
index 1e9b091aa93664bd0f688967ca0c9a30b5dfca18..57355af886c1cbdc759b5d4f4154e236b736dfe2 100644
--- a/ui/views/corewm/focus_change_shim.h
+++ b/ui/views/corewm/focus_change_shim.h
@@ -33,7 +33,7 @@ class VIEWS_EXPORT FocusChangeShim
virtual void OnWindowFocused(aura::Window* window) OVERRIDE;
// Overridden from ui::EventHandler:
- virtual ui::EventResult OnEvent(ui::Event* event) OVERRIDE;
+ virtual void OnEvent(ui::Event* event) OVERRIDE;
private:
ui::EventTarget* target_;
« no previous file with comments | « ui/views/corewm/activation_change_shim.cc ('k') | ui/views/corewm/focus_change_shim.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698