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

Unified Diff: ui/views/corewm/activation_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/base/events/event_handler.cc ('k') | ui/views/corewm/activation_change_shim.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/corewm/activation_change_shim.h
diff --git a/ui/views/corewm/activation_change_shim.h b/ui/views/corewm/activation_change_shim.h
index 75c8edd579a22b3330d51018a2dfb585aa1cf0ab..77bed9760e0d0b92a526b2b34bd42b012b1da9e5 100644
--- a/ui/views/corewm/activation_change_shim.h
+++ b/ui/views/corewm/activation_change_shim.h
@@ -34,7 +34,7 @@ class VIEWS_EXPORT ActivationChangeShim
aura::Window* old_active) 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/base/events/event_handler.cc ('k') | ui/views/corewm/activation_change_shim.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698