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

Unified Diff: ui/views/widget/desktop_aura/desktop_root_window_host_win.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
Index: ui/views/widget/desktop_aura/desktop_root_window_host_win.h
diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_win.h b/ui/views/widget/desktop_aura/desktop_root_window_host_win.h
index b7626e89e45a431a5deb758737c64f81f12e44db..93b1a9c8709dc030f09954be521be5f50d8d2d4e 100644
--- a/ui/views/widget/desktop_aura/desktop_root_window_host_win.h
+++ b/ui/views/widget/desktop_aura/desktop_root_window_host_win.h
@@ -32,6 +32,7 @@ class VIEWS_EXPORT DesktopWindowTreeHostWin
: public DesktopWindowTreeHost,
public aura::client::AnimationHost,
public aura::WindowTreeHost,
+ public ui::EventSource,
public HWNDMessageHandlerDelegate {
public:
DesktopWindowTreeHostWin(
@@ -127,6 +128,9 @@ class VIEWS_EXPORT DesktopWindowTreeHostWin
virtual void OnDeviceScaleFactorChanged(float device_scale_factor) OVERRIDE;
virtual void PrepareForShutdown() OVERRIDE;
+ // Overridden frm ui::EventSource
+ virtual ui::EventProcessor* GetEventProcessor() OVERRIDE;
+
// Overridden from aura::client::AnimationHost
virtual void SetHostTransitionOffsets(
const gfx::Vector2d& top_left_delta,
« no previous file with comments | « ui/views/corewm/input_method_event_filter.cc ('k') | ui/views/widget/desktop_aura/desktop_root_window_host_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698