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

Unified Diff: views/widget/native_widget_delegate.h

Issue 8598024: Now that we are doing a hard-cut-over to Aura, remove a bunch of *Views based classes that are ob... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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 | « views/widget/native_widget_aura.h ('k') | views/widget/native_widget_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/widget/native_widget_delegate.h
===================================================================
--- views/widget/native_widget_delegate.h (revision 110826)
+++ views/widget/native_widget_delegate.h (working copy)
@@ -7,20 +7,19 @@
#pragma once
#include "views/views_export.h"
+#include "ui/base/events.h"
namespace gfx {
class Canvas;
+class Point;
class Size;
}
-#if defined(TOUCH_UI)
-namespace ui {
-enum TouchStatus;
-}
-#endif
-
namespace views {
class InputMethod;
+class KeyEvent;
+class MouseEvent;
+class TouchEvent;
namespace internal {
« no previous file with comments | « views/widget/native_widget_aura.h ('k') | views/widget/native_widget_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698