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

Unified Diff: ui/aura/window_event_dispatcher.h

Issue 2484863005: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Fix another conflict Created 4 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 | « ui/aura/window_delegate.h ('k') | ui/aura/window_tree_host_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window_event_dispatcher.h
diff --git a/ui/aura/window_event_dispatcher.h b/ui/aura/window_event_dispatcher.h
index 53dfdba84e38cc4ff3f6a1963c384f24abc8e86c..b4cfb13ea8c1209e5073ef03078b9920fe0d206c 100644
--- a/ui/aura/window_event_dispatcher.h
+++ b/ui/aura/window_event_dispatcher.h
@@ -27,24 +27,16 @@
#include "ui/gfx/geometry/point.h"
#include "ui/gfx/native_widget_types.h"
-namespace gfx {
-class Size;
-class Transform;
-}
-
namespace ui {
class GestureEvent;
class GestureRecognizer;
-class KeyEvent;
class MouseEvent;
-class ScrollEvent;
class TouchEvent;
}
namespace aura {
class TestScreen;
class EnvInputStateController;
-class WindowTargeter;
class WindowTreeHost;
namespace test {
« no previous file with comments | « ui/aura/window_delegate.h ('k') | ui/aura/window_tree_host_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698