| Index: tests/PDFJpegEmbedTest.cpp
|
| diff --git a/tests/PDFJpegEmbedTest.cpp b/tests/PDFJpegEmbedTest.cpp
|
| index 5185eb7bd4169efa97fe1772d2dd87c0a081856b..6991ba7c534f752a6e2f1621fa4769191d2331be 100644
|
| --- a/tests/PDFJpegEmbedTest.cpp
|
| +++ b/tests/PDFJpegEmbedTest.cpp
|
| @@ -19,7 +19,7 @@ static SkBitmap bitmap_from_data(SkData* data) {
|
| SkASSERT(data);
|
| SkBitmap bm;
|
| SkDEPRECATED_InstallDiscardablePixelRef(data, &bm);
|
| - return bm;
|
| + return skstd::move(bm);
|
| }
|
|
|
| static bool is_subset_of(SkData* smaller, SkData* larger) {
|
|
|