aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/IntTextureTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/IntTextureTest.cpp')
-rw-r--r--tests/IntTextureTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/IntTextureTest.cpp b/tests/IntTextureTest.cpp
index 72f05f9591..bfd54ad4f0 100644
--- a/tests/IntTextureTest.cpp
+++ b/tests/IntTextureTest.cpp
@@ -42,6 +42,7 @@ DEF_GPUTEST_FOR_RENDERING_CONTEXTS(IntTexture, reporter, ctxInfo) {
static const size_t kRowBytes = kS * sizeof(int32_t);
GrSurfaceDesc desc;
+ desc.fOrigin = kTopLeft_GrSurfaceOrigin;
desc.fConfig = kRGBA_8888_sint_GrPixelConfig;
desc.fWidth = kS;
desc.fHeight = kS;