Chromium Code Reviews| 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; |