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

Unified Diff: ui/events/event_source.h

Issue 1287103004: Sync ui/events to chromium @ https://codereview.chromium.org/1210203002 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 5 years, 4 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/events/event_rewriter_unittest.cc ('k') | ui/events/event_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/event_source.h
diff --git a/ui/events/event_source.h b/ui/events/event_source.h
index ca8b00f514b88af807a5b099fee6c96ccf96ff02..f545eea82f417ff3eb9f1802e3a06ed2fc556b82 100644
--- a/ui/events/event_source.h
+++ b/ui/events/event_source.h
@@ -34,12 +34,12 @@ class EVENTS_EXPORT EventSource {
protected:
EventDispatchDetails SendEventToProcessor(Event* event);
+ virtual EventDispatchDetails DeliverEventToProcessor(Event* event);
private:
friend class EventSourceTestApi;
typedef std::vector<EventRewriter*> EventRewriterList;
- EventDispatchDetails DeliverEventToProcessor(Event* event);
EventRewriterList rewriter_list_;
DISALLOW_COPY_AND_ASSIGN(EventSource);
};
« no previous file with comments | « ui/events/event_rewriter_unittest.cc ('k') | ui/events/event_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698