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

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: 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
« 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..80d4bffd21a2ffa1ce50096e92968ec1f8d8932b 100644
--- a/ui/views/widget/native_widget.h
+++ b/ui/views/widget/native_widget.h
@@ -5,12 +5,9 @@
#ifndef UI_VIEWS_WIDGET_NATIVE_WIDGET_H_
#define UI_VIEWS_WIDGET_NATIVE_WIDGET_H_
+#include "ui/gfx/native_widget_types.h"
sadrul 2014/05/30 02:26:55 You probably don't need this.
tapted 2014/05/30 03:03:26 Done. (oops)
#include "ui/views/widget/widget.h"
-namespace ui {
-class EventHandler;
-}
-
namespace views {
namespace internal {
class NativeWidgetPrivate;
@@ -30,9 +27,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