| Index: tests/RectangleTextureTest.cpp
|
| diff --git a/tests/RectangleTextureTest.cpp b/tests/RectangleTextureTest.cpp
|
| index 2943c258eaaa9196b40ecb17d20977c5c3a70b59..114207d2fec4f8a73eb408a19e5463a2dde167e4 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, context, glContext) {
|
| +DEF_GPUTEST_FOR_RENDERING_CONTEXTS(RectangleTexture, reporter, context, glContext) {
|
| static const int kWidth = 13;
|
| static const int kHeight = 13;
|
|
|
|
|