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

Unified Diff: ui/aura/window_tree_host.h

Issue 2712963003: mustash: Use ui::chromeos::EventRewriter in mus (Closed)
Patch Set: Fix build issues. Created 3 years, 9 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_targeter.cc ('k') | ui/aura/window_tree_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window_tree_host.h
diff --git a/ui/aura/window_tree_host.h b/ui/aura/window_tree_host.h
index 60928f86cdf22a7ce02b6b99d8772a45151ee79e..73e641fa9022f3e53ddf5d011ed3a104fbf2c99f 100644
--- a/ui/aura/window_tree_host.h
+++ b/ui/aura/window_tree_host.h
@@ -30,7 +30,7 @@ class Transform;
namespace ui {
class Compositor;
-class EventProcessor;
+class EventSink;
class InputMethod;
class ViewProp;
}
@@ -67,7 +67,7 @@ class AURA_EXPORT WindowTreeHost : public ui::internal::InputMethodDelegate,
Window* window() { return window_; }
const Window* window() const { return window_; }
- ui::EventProcessor* event_processor();
+ ui::EventSink* event_sink();
WindowEventDispatcher* dispatcher() {
return const_cast<WindowEventDispatcher*>(
@@ -228,7 +228,7 @@ class AURA_EXPORT WindowTreeHost : public ui::internal::InputMethodDelegate,
virtual gfx::ICCProfile GetICCProfileForCurrentDisplay();
// Overridden from ui::EventSource:
- ui::EventProcessor* GetEventProcessor() override;
+ ui::EventSink* GetEventSink() override;
private:
friend class test::WindowTreeHostTestApi;
« no previous file with comments | « ui/aura/window_targeter.cc ('k') | ui/aura/window_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698