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

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: comments addressed. 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/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 8399c8e12b5209d8d3b024fea3383d10f22d0c15..d8e5173163b16f6628e821d02436a19f9409b403 100644
--- a/ui/aura/window_tree_host_win.h
+++ b/ui/aura/window_tree_host_win.h
@@ -17,7 +17,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 +36,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