| Index: ash/wm/resize_shadow.cc
|
| ===================================================================
|
| --- ash/wm/resize_shadow.cc (revision 167688)
|
| +++ ash/wm/resize_shadow.cc (working copy)
|
| @@ -4,7 +4,6 @@
|
|
|
| #include "ash/wm/resize_shadow.h"
|
|
|
| -#include "ash/wm/image_grid.h"
|
| #include "base/time.h"
|
| #include "grit/ash_resources.h"
|
| #include "ui/aura/window.h"
|
| @@ -12,6 +11,7 @@
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/compositor/layer.h"
|
| #include "ui/compositor/scoped_layer_animation_settings.h"
|
| +#include "ui/views/corewm/image_grid.h"
|
|
|
| namespace {
|
|
|
| @@ -49,7 +49,7 @@
|
| void ResizeShadow::Init(aura::Window* window) {
|
| // Set up our image grid and images.
|
| ResourceBundle& res = ResourceBundle::GetSharedInstance();
|
| - image_grid_.reset(new ImageGrid);
|
| + image_grid_.reset(new views::corewm::ImageGrid);
|
| image_grid_->SetImages(
|
| &res.GetImageNamed(IDR_AURA_RESIZE_SHADOW_TOP_LEFT),
|
| &res.GetImageNamed(IDR_AURA_RESIZE_SHADOW_TOP),
|
|
|