| Index: ui/aura/window_tree_host_win.cc
|
| diff --git a/ui/aura/window_tree_host_win.cc b/ui/aura/window_tree_host_win.cc
|
| index 5e1883336bfcb3093a17c55650d67dfcd758d817..3252093b9a46c61ed2b36ffc620ce6d05fc79582 100644
|
| --- a/ui/aura/window_tree_host_win.cc
|
| +++ b/ui/aura/window_tree_host_win.cc
|
| @@ -112,10 +112,6 @@ void WindowTreeHostWin::OnCursorVisibilityChangedNative(bool show) {
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| -ui::EventProcessor* WindowTreeHostWin::GetEventProcessor() {
|
| - return dispatcher();
|
| -}
|
| -
|
| void WindowTreeHostWin::OnBoundsChanged(const gfx::Rect& new_bounds) {
|
| gfx::Rect old_bounds = bounds_;
|
| bounds_ = new_bounds;
|
|
|