| 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 f046c20a411cff71d2bdbaa6d5f8e5335e74e27e..53cec6be8f1f59ed3400e03059b2309ca53acad4 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;
|
|
|