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

Unified Diff: ui/aura/window.h

Issue 8566027: Cleanup: Remove forward declarations in ui, part 2. (Closed) Base URL: svn://chrome-svn/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 | « ui/aura/test/test_windows.h ('k') | ui/aura_shell/workspace_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window.h
===================================================================
--- ui/aura/window.h (revision 110049)
+++ ui/aura/window.h (working copy)
@@ -7,6 +7,7 @@
#pragma once
#include <map>
+#include <string>
#include <vector>
#include "base/basictypes.h"
@@ -25,10 +26,7 @@
class SkCanvas;
namespace ui {
-class Animation;
-class Compositor;
class Layer;
-class LayerAnimationSequence;
class Transform;
}
@@ -36,11 +34,7 @@
class Desktop;
class EventFilter;
-class KeyEvent;
class LayoutManager;
-class MouseEvent;
-class ToplevelWindowContainer;
-class TouchEvent;
class WindowDelegate;
class WindowObserver;
« no previous file with comments | « ui/aura/test/test_windows.h ('k') | ui/aura_shell/workspace_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698