| Index: skia/ext/image_operations.cc
|
| diff --git a/skia/ext/image_operations.cc b/skia/ext/image_operations.cc
|
| index 318ae501d8e3f68a05894ccb373017d431b6755d..8b5f371d33fb8f64690d0002b9c3a47ce7f26d03 100644
|
| --- a/skia/ext/image_operations.cc
|
| +++ b/skia/ext/image_operations.cc
|
| @@ -360,7 +360,6 @@ SkBitmap ImageOperations::Resize(const SkBitmap& source,
|
| SkASSERT((ImageOperations::RESIZE_FIRST_ALGORITHM_METHOD <= method) &&
|
| (method <= ImageOperations::RESIZE_LAST_ALGORITHM_METHOD));
|
|
|
| - SkAutoLockPixels locker(source);
|
| if (!source.readyToDraw() || source.colorType() != kN32_SkColorType)
|
| return SkBitmap();
|
|
|
|
|