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

Unified Diff: ui/events/event_source.h

Issue 1155013005: Refactoring the ownership of ui::InputMethod. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pls be green! Created 5 years, 7 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
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);
};

Powered by Google App Engine
This is Rietveld 408576698