| Index: third_party/WebKit/Source/platform/image-decoders/ImageFrame.cpp
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/ImageFrame.cpp b/third_party/WebKit/Source/platform/image-decoders/ImageFrame.cpp
|
| index 41c4c12421a4ab00a403f5e8c1b5db54dba55166..a26594466b40fd22c60878b786095b05772c5a92 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/ImageFrame.cpp
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/ImageFrame.cpp
|
| @@ -48,9 +48,6 @@ ImageFrame& ImageFrame::operator=(const ImageFrame& other) {
|
| return *this;
|
|
|
| bitmap_ = other.bitmap_;
|
| - // Keep the pixels locked since we will be writing directly into the
|
| - // bitmap throughout this object's lifetime.
|
| - bitmap_.lockPixels();
|
| // Be sure to assign this before calling setStatus(), since setStatus() may
|
| // call notifyBitmapIfPixelsChanged().
|
| pixels_changed_ = other.pixels_changed_;
|
|
|