Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(565)

Unified Diff: ui/aura/window_tree_host_ozone.cc

Issue 710553002: aura: Remove WindowTreeHost::PostNativeEvent(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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());
}

Powered by Google App Engine
This is Rietveld 408576698