| Index: tests/RecordReplaceDrawTest.cpp
|
| diff --git a/tests/RecordReplaceDrawTest.cpp b/tests/RecordReplaceDrawTest.cpp
|
| index 5506551d6ba91a7c5956e0c4020b1e4121b68f5b..f74bb95002bca1e9687fe0b5a1e45e95537038a8 100644
|
| --- a/tests/RecordReplaceDrawTest.cpp
|
| +++ b/tests/RecordReplaceDrawTest.cpp
|
| @@ -141,7 +141,7 @@ void test_replacements(skiatest::Reporter* r, GrContext* context, bool doReplace
|
| }
|
| }
|
|
|
| -DEF_GPUTEST_FOR_RENDERING_CONTEXTS(RecordReplaceDraw, r, ctxInfo) {
|
| +DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS(RecordReplaceDraw, r, ctxInfo) {
|
| test_replacements(r, ctxInfo.fGrContext, true);
|
| test_replacements(r, ctxInfo.fGrContext, false);
|
| }
|
|
|