Index: tests/CopySurfaceTest.cpp |
diff --git a/tests/CopySurfaceTest.cpp b/tests/CopySurfaceTest.cpp |
index d3ecb7d0cacec32d69fcd735f3173942d09494fe..af58bf9e5c73acef25ea52910aa92346bca1aa82 100644 |
--- a/tests/CopySurfaceTest.cpp |
+++ b/tests/CopySurfaceTest.cpp |
@@ -15,7 +15,7 @@ |
#include "SkUtils.h" |
-DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS(CopySurface, reporter, ctxInfo) { |
+DEF_GPUTEST_FOR_RENDERING_CONTEXTS(CopySurface, reporter, ctxInfo) { |
GrContext* context = ctxInfo.fGrContext; |
static const int kW = 10; |
static const int kH = 10; |