Index: ui/aura/window_tree_host_ozone.cc |
diff --git a/ui/aura/window_tree_host_ozone.cc b/ui/aura/window_tree_host_ozone.cc |
index 6c332d75f590f33f6275dee1137ecffa640426ec..77af0bc89cfd3a9dfaed3543b980ddb8a6585524 100644 |
--- a/ui/aura/window_tree_host_ozone.cc |
+++ b/ui/aura/window_tree_host_ozone.cc |
@@ -94,11 +94,6 @@ void WindowTreeHostOzone::ReleaseCapture() { |
platform_window_->ReleaseCapture(); |
} |
-void WindowTreeHostOzone::PostNativeEvent( |
- const base::NativeEvent& native_event) { |
- SendEventToProcessor(static_cast<ui::Event*>(native_event)); |
-} |
- |
void WindowTreeHostOzone::SetCursorNative(gfx::NativeCursor cursor) { |
platform_window_->SetCursor(cursor.platform()); |
} |