diff options
Diffstat (limited to 'ash/wm/resize_shadow.h')
-rw-r--r-- | ash/wm/resize_shadow.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ash/wm/resize_shadow.h b/ash/wm/resize_shadow.h index 8b05d92..f61f393 100644 --- a/ash/wm/resize_shadow.h +++ b/ash/wm/resize_shadow.h @@ -17,9 +17,11 @@ class Rect; namespace ui { class Layer; } -namespace wm { +namespace views { +namespace corewm { class ImageGrid; } +} namespace ash { namespace internal { @@ -51,7 +53,7 @@ class ResizeShadow { private: // Images for the shadow effect. - scoped_ptr< ::wm::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. |