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

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

Issue 307623002: MacViews: Replace NativeWidget::GetEventHandler() with RepostNativeEvent(..) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20140528-MacViews-examples_exe
Patch Set: 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.h
diff --git a/ui/views/widget/native_widget_mac.h b/ui/views/widget/native_widget_mac.h
index 74a3721b0d2d2b3f03a0f629c59374d77bf4a899..e5770c82abe925c93544c85c879c958bc29979a5 100644
--- a/ui/views/widget/native_widget_mac.h
+++ b/ui/views/widget/native_widget_mac.h
@@ -103,7 +103,7 @@ class VIEWS_EXPORT NativeWidgetMac : public internal::NativeWidgetPrivate {
virtual void OnRootViewLayout() const OVERRIDE;
// NativeWidget:
- virtual ui::EventHandler* GetEventHandler() OVERRIDE;
+ virtual void RepostNativeEvent(gfx::NativeEvent os_event) OVERRIDE;
private:
internal::NativeWidgetDelegate* delegate_;

Powered by Google App Engine
This is Rietveld 408576698