Index: src/gpu/GrLayerHoister.cpp |
diff --git a/src/gpu/GrLayerHoister.cpp b/src/gpu/GrLayerHoister.cpp |
index 004e4d0e6eb38ab190e6d16a402b0e5d1c78d48f..c188d9e906399398316b4b879102008b02c1c061 100644 |
--- a/src/gpu/GrLayerHoister.cpp |
+++ b/src/gpu/GrLayerHoister.cpp |
@@ -283,7 +283,7 @@ SkBitmap wrap_texture(GrTexture* texture) { |
SkBitmap result; |
result.setInfo(texture->surfacePriv().info(kPremul_SkAlphaType)); |
result.setPixelRef(new SkGrPixelRef(result.info(), texture))->unref(); |
- return result; |
+ return skstd::move(result); |
} |
void GrLayerHoister::FilterLayer(GrContext* context, |