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

Unified Diff: ash/wm/resize_shadow.h

Issue 11275296: Move shadow code to views\corewm (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | « ash/wm/image_grid_unittest.cc ('k') | ash/wm/resize_shadow.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/resize_shadow.h
===================================================================
--- ash/wm/resize_shadow.h (revision 167688)
+++ ash/wm/resize_shadow.h (working copy)
@@ -17,12 +17,15 @@
namespace ui {
class Layer;
}
+namespace views {
+namespace corewm {
+class ImageGrid;
+}
+}
namespace ash {
namespace internal {
-class ImageGrid;
-
// A class to render the resize edge effect when the user moves their mouse
// over a sizing edge. This is just a visual effect; the actual resize is
// handled by the EventFilter.
@@ -46,7 +49,7 @@
private:
// Images for the shadow effect.
- scoped_ptr<ImageGrid> image_grid_;
+ scoped_ptr<views::corewm::ImageGrid> image_grid_;
// Hit test value from last call to ShowForHitTest(). Used to prevent
// repeatedly triggering the same animations for the same hit.
« no previous file with comments | « ash/wm/image_grid_unittest.cc ('k') | ash/wm/resize_shadow.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698