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

Unified Diff: ui/aura/event_filter.h

Issue 7980023: Fixes aura unit tests. There were a couple of problems: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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
« no previous file with comments | « ui/aura/desktop.cc ('k') | ui/aura/event_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/event_filter.h
diff --git a/ui/aura/event_filter.h b/ui/aura/event_filter.h
index 432c163d53ae8f48d8a8b1e95ff5f3bc5d91d391..1bc268e27a19950d75d818d849562f05deeed2b8 100644
--- a/ui/aura/event_filter.h
+++ b/ui/aura/event_filter.h
@@ -24,6 +24,7 @@ class EventFilter {
// Try to handle |event| (before the owner's delegate gets a chance to).
// Returns true if the event was handled by the WindowManager and should not
// be forwarded to the owner's delegate.
+ // Default implementation for ET_MOUSE_PRESSED focuses the window.
virtual bool OnMouseEvent(Window* target, MouseEvent* event);
protected:
« no previous file with comments | « ui/aura/desktop.cc ('k') | ui/aura/event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698