ui: Move compositor/ directory out of gfx/, up to ui/.
BUG=104040
[email protected],[email protected]
[email protected]
Review URL: https://chromiumcodereview.appspot.com/10365007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135560 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/ash/wm/shadow.h b/ash/wm/shadow.h
index ae00a4d..a137085 100644
--- a/ash/wm/shadow.h
+++ b/ash/wm/shadow.h
@@ -6,10 +6,10 @@
#define ASH_WM_SHADOW_H_
#pragma once
+#include "ash/ash_export.h"
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
-#include "ash/ash_export.h"
-#include "ui/gfx/compositor/layer_animation_observer.h"
+#include "ui/compositor/layer_animation_observer.h"
#include "ui/gfx/rect.h"
namespace aura {
@@ -47,7 +47,7 @@
// |window| is a possibly-arbitrary window that is drawn at the same DPI
// (i.e. on the same monitor) as this shadow. The actual bounds for the
// shadow still has to be provided through |SetContentBounds()|.
- // TODO(oshima): move scale factor to gfx/compositor and remove this.
+ // TODO(oshima): move scale factor to ui/compositor/ and remove this.
void Init(aura::Window* window, Style style);
// Returns |image_grid_|'s ui::Layer. This is exposed so it can be added to