| Index: third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.cpp b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.cpp
|
| index 95e95871df00222648c0981dd04f4f8aaab16f5e..62529643b6be1c9b5f514da7ddc461abe057fa29 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.cpp
|
| @@ -143,7 +143,7 @@ PassRefPtr<SharedBuffer> DeferredImageDecoder::data()
|
|
|
| void DeferredImageDecoder::setData(PassRefPtr<SharedBuffer> data, bool allDataReceived)
|
| {
|
| - setDataInternal(data, allDataReceived, true);
|
| + setDataInternal(std::move(data), allDataReceived, true);
|
| }
|
|
|
| void DeferredImageDecoder::setDataInternal(PassRefPtr<SharedBuffer> passData, bool allDataReceived, bool pushDataToDecoder)
|
|
|