Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / aura / window_tree_host_win.cc
index 51bbcc6..9a30344 100644 (file)
@@ -112,11 +112,6 @@ void WindowTreeHostWin::OnCursorVisibilityChangedNative(bool show) {
   NOTIMPLEMENTED();
 }
 
-void WindowTreeHostWin::PostNativeEvent(const base::NativeEvent& native_event) {
-  ::PostMessage(
-      widget_, native_event.message, native_event.wParam, native_event.lParam);
-}
-
 ui::EventProcessor* WindowTreeHostWin::GetEventProcessor() {
   return dispatcher();
 }