Index: tests/RectangleTextureTest.cpp |
diff --git a/tests/RectangleTextureTest.cpp b/tests/RectangleTextureTest.cpp |
index a4a1cf7960becf6cc93a51f65a379ef22e2c9719..3c2a50d630f66b070ea23f286b80c978436e503b 100644 |
--- a/tests/RectangleTextureTest.cpp |
+++ b/tests/RectangleTextureTest.cpp |
@@ -137,7 +137,7 @@ static void test_clear(skiatest::Reporter* reporter, GrContext* context, |
} |
} |
-DEF_GPUTEST_FOR_RENDERING_CONTEXTS(RectangleTexture, reporter, ctxInfo) { |
+DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS(RectangleTexture, reporter, ctxInfo) { |
GrContext* context = ctxInfo.fGrContext; |
sk_gpu_test::GLTestContext* glContext = ctxInfo.fGLContext; |
static const int kWidth = 13; |