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

Unified Diff: ui/views/widget/native_widget.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: stray header (oops) 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
« no previous file with comments | « ui/views/widget/desktop_aura/desktop_native_widget_aura.cc ('k') | ui/views/widget/native_widget_aura.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/native_widget.h
diff --git a/ui/views/widget/native_widget.h b/ui/views/widget/native_widget.h
index 39255ffc9c10141bd2a9a456083b718a1c7ec615..d01265f81f8e6a0944c98bd4fc3af5405e0721fc 100644
--- a/ui/views/widget/native_widget.h
+++ b/ui/views/widget/native_widget.h
@@ -7,10 +7,6 @@
#include "ui/views/widget/widget.h"
-namespace ui {
-class EventHandler;
-}
-
namespace views {
namespace internal {
class NativeWidgetPrivate;
@@ -30,9 +26,6 @@ class VIEWS_EXPORT NativeWidget {
public:
virtual ~NativeWidget() {}
- // Retrieves the event handler
- virtual ui::EventHandler* GetEventHandler() = 0;
-
private:
friend class Widget;
« no previous file with comments | « ui/views/widget/desktop_aura/desktop_native_widget_aura.cc ('k') | ui/views/widget/native_widget_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698