Index: ui/aura/remote_window_tree_host_win.cc |
diff --git a/ui/aura/remote_window_tree_host_win.cc b/ui/aura/remote_window_tree_host_win.cc |
index 80ffc99a03092d1af7edd7a364256925cb68bfa5..6d4367b8318b11e2f0b000854b4adfcdbfc6a32f 100644 |
--- a/ui/aura/remote_window_tree_host_win.cc |
+++ b/ui/aura/remote_window_tree_host_win.cc |
@@ -271,10 +271,6 @@ void RemoteWindowTreeHostWin::OnCursorVisibilityChangedNative(bool show) { |
NOTIMPLEMENTED(); |
} |
-void RemoteWindowTreeHostWin::PostNativeEvent( |
- const base::NativeEvent& native_event) { |
-} |
- |
ui::EventProcessor* RemoteWindowTreeHostWin::GetEventProcessor() { |
return dispatcher(); |
} |