| Index: ui/wm/core/shadow.cc
|
| diff --git a/ui/wm/core/shadow.cc b/ui/wm/core/shadow.cc
|
| index 701c35911eab4c20353b81cc05d1920622e4cb7c..a5f736ae08057ec362c72b4cc0c7f4d13d1be1f7 100644
|
| --- a/ui/wm/core/shadow.cc
|
| +++ b/ui/wm/core/shadow.cc
|
| @@ -162,7 +162,7 @@ void Shadow::UpdateImagesForStyle() {
|
| break;
|
| }
|
|
|
| - shadow_layer_->UpdateNinePatchLayerBitmap(image.AsBitmap());
|
| + shadow_layer_->UpdateNinePatchLayerImage(image.AsImageSkia());
|
| image_size_ = image.Size();
|
| interior_inset_ = GetInteriorInsetForStyle(style_);
|
|
|
|
|