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

Unified Diff: ui/events/event_source.h

Issue 147203004: aura: Remove event-dispatch methods from WindowTreeHostDelegate interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win Created 6 years, 11 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/window_unittest.cc ('k') | ui/events/event_source.cc » ('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 f8da9e6635e96decf45fe839c09d78cce0e05a6d..aba2c1f6600d9a2787fc99d8ec61027dd2174b1f 100644
--- a/ui/events/event_source.h
+++ b/ui/events/event_source.h
@@ -5,6 +5,7 @@
#ifndef UI_EVENTS_EVENT_SOURCE_H_
#define UI_EVENTS_EVENT_SOURCE_H_
+#include "ui/events/event_dispatcher.h"
#include "ui/events/events_export.h"
namespace ui {
@@ -21,7 +22,7 @@ class EVENTS_EXPORT EventSource {
virtual EventProcessor* GetEventProcessor() = 0;
protected:
- void SendEventToProcessor(Event* event);
+ EventDispatchDetails SendEventToProcessor(Event* event);
};
} // namespace ui
« no previous file with comments | « ui/aura/window_unittest.cc ('k') | ui/events/event_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698