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

Unified Diff: ui/views/widget/native_widget_mac.mm

Issue 307623002: MacViews: Replace NativeWidget::GetEventHandler() with RepostNativeEvent(..) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20140528-MacViews-examples_exe
Patch Set: address comments Created 6 years, 7 months 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/views/widget/native_widget_mac.mm
diff --git a/ui/views/widget/native_widget_mac.mm b/ui/views/widget/native_widget_mac.mm
index 16a45e5169835ff44c675fdb4523dd778e117572..8dc3c40dc1144a08e4f53d4a102cf289137f443f 100644
--- a/ui/views/widget/native_widget_mac.mm
+++ b/ui/views/widget/native_widget_mac.mm
@@ -355,11 +355,8 @@ void NativeWidgetMac::OnRootViewLayout() const {
NOTIMPLEMENTED();
}
-////////////////////////////////////////////////////////////////////////////////
-// NativeWidgetMac, NativeWidget implementation:
-
-ui::EventHandler* NativeWidgetMac::GetEventHandler() {
- return NULL;
+void NativeWidgetMac::RepostNativeEvent(gfx::NativeEvent native_event) {
+ NOTIMPLEMENTED();
}
////////////////////////////////////////////////////////////////////////////////

Powered by Google App Engine
This is Rietveld 408576698