| Index: tests/SerializationTest.cpp
|
| diff --git a/tests/SerializationTest.cpp b/tests/SerializationTest.cpp
|
| index 38e84bd4b431061cef586a9f98677adae038fff6..19125d947e89d1af68cd7c854f7dc4fc356bc0ca 100644
|
| --- a/tests/SerializationTest.cpp
|
| +++ b/tests/SerializationTest.cpp
|
| @@ -296,7 +296,7 @@ static SkBitmap draw_picture(SkPicture& picture) {
|
| SkScalarCeilToInt(picture.cullRect().height()));
|
| SkCanvas canvas(bitmap);
|
| picture.playback(&canvas);
|
| - return bitmap;
|
| + return skstd::move(bitmap);
|
| }
|
|
|
| static void compare_bitmaps(skiatest::Reporter* reporter,
|
|
|