Index: tests/GpuColorFilterTest.cpp |
diff --git a/tests/GpuColorFilterTest.cpp b/tests/GpuColorFilterTest.cpp |
index 558cac363367506d7fe8b438ecc83e53e4181e08..1788770e5b5510eb62a6d075a6876a784fc9e153 100644 |
--- a/tests/GpuColorFilterTest.cpp |
+++ b/tests/GpuColorFilterTest.cpp |
@@ -32,7 +32,7 @@ static GrColor filterColor(const GrColor& color, uint32_t flags) { |
return color & mask; |
} |
-DEF_GPUTEST_FOR_ALL_GL_CONTEXTS(GpuColorFilter, reporter, ctxInfo) { |
+DEF_GPUTEST_FOR_ALL_CONTEXTS(GpuColorFilter, reporter, ctxInfo) { |
struct GetConstantComponentTestCase { |
// "Shape drawn with" |
uint32_t inputComponents; // "rgb of", "red of", "alpha of", ... |