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

Unified Diff: ui/aura/window_tree_host_win.h

Issue 1155013005: Refactoring the ownership of ui::InputMethod. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/aura/window_tree_host_win.h
diff --git a/ui/aura/window_tree_host_win.h b/ui/aura/window_tree_host_win.h
index f0fc384c50a631af83a3df2212867052a020aee1..6d0054c4c9c6754a8220e7f1d7cb3823ccecf537 100644
--- a/ui/aura/window_tree_host_win.h
+++ b/ui/aura/window_tree_host_win.h
@@ -9,7 +9,6 @@
#include "base/memory/scoped_ptr.h"
#include "ui/aura/aura_export.h"
#include "ui/aura/window_tree_host.h"
-#include "ui/events/event_source.h"
#include "ui/platform_window/platform_window.h"
#include "ui/platform_window/platform_window_delegate.h"
@@ -17,7 +16,6 @@ namespace aura {
class AURA_EXPORT WindowTreeHostWin
: public WindowTreeHost,
- public ui::EventSource,
public NON_EXPORTED_BASE(ui::PlatformWindowDelegate) {
public:
explicit WindowTreeHostWin(const gfx::Rect& bounds);
@@ -37,9 +35,6 @@ class AURA_EXPORT WindowTreeHostWin
void MoveCursorToNative(const gfx::Point& location) override;
void OnCursorVisibilityChangedNative(bool show) override;
- // ui::EventSource:
- ui::EventProcessor* GetEventProcessor() override;
-
protected:
gfx::AcceleratedWidget hwnd() const { return widget_; }

Powered by Google App Engine
This is Rietveld 408576698