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

Unified Diff: ui/aura/window_delegate.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.h ('k') | ui/aura/window_event_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window_delegate.h
diff --git a/ui/aura/window_delegate.h b/ui/aura/window_delegate.h
index 8dcc920b94faedadddd55ee702a9771108c39bfa..434dcad5036122245197bd456e73db58772857f1 100644
--- a/ui/aura/window_delegate.h
+++ b/ui/aura/window_delegate.h
@@ -13,7 +13,6 @@
#include "ui/gfx/native_widget_types.h"
namespace gfx {
-class Canvas;
class Path;
class Point;
class Rect;
@@ -21,14 +20,7 @@ class Size;
}
namespace ui {
-class GestureEvent;
-class KeyEvent;
-class Layer;
-class MouseEvent;
class PaintContext;
-class TextInputClient;
-class Texture;
-class TouchEvent;
}
namespace aura {
« no previous file with comments | « ui/aura/window.h ('k') | ui/aura/window_event_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698