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

Unified Diff: ash/wm/shadow.h

Issue 10365007: ui: Move compositor/ directory out of gfx/, up to ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix DEPS Created 8 years, 8 months 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 | « ash/wm/screen_dimmer_unittest.cc ('k') | ash/wm/shadow.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/shadow.h
diff --git a/ash/wm/shadow.h b/ash/wm/shadow.h
index ae00a4d418c08b83fb92d49b3bdc2cb6d9661d0b..a137085e217e5a91d010b800cdbe40312996383d 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 @@ class ASH_EXPORT Shadow : public ui::ImplicitAnimationObserver {
// |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
« no previous file with comments | « ash/wm/screen_dimmer_unittest.cc ('k') | ash/wm/shadow.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698