aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/BlendTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/BlendTest.cpp')
-rw-r--r--tests/BlendTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/BlendTest.cpp b/tests/BlendTest.cpp
index 20ea6e0f00..354bb3cebb 100644
--- a/tests/BlendTest.cpp
+++ b/tests/BlendTest.cpp
@@ -105,6 +105,7 @@ static sk_sp<SkSurface> create_gpu_surface_backend_texture_as_render_target(
width,
height,
config,
+ GrMipMapped::kNo,
(*backingSurface)->getTextureHandle());
sk_sp<SkSurface> surface =
SkSurface::MakeFromBackendTextureAsRenderTarget(context, backendTex, origin,