| Index: ash/host/ash_window_tree_host_unified.cc
|
| diff --git a/ash/host/ash_window_tree_host_unified.cc b/ash/host/ash_window_tree_host_unified.cc
|
| index 2e9db76f444b0d9b0f04dc3cc62da0cf557fbd0a..685e20c502bf807d6dd301e62935a8bb6b0bd772 100644
|
| --- a/ash/host/ash_window_tree_host_unified.cc
|
| +++ b/ash/host/ash_window_tree_host_unified.cc
|
| @@ -181,8 +181,4 @@ void AshWindowTreeHostUnified::OnWindowDestroying(aura::Window* window) {
|
| mirroring_hosts_.erase(iter);
|
| }
|
|
|
| -ui::EventProcessor* AshWindowTreeHostUnified::GetEventProcessor() {
|
| - return dispatcher();
|
| -}
|
| -
|
| } // namespace ash
|
|
|