| Index: tests/ClipBoundsTest.cpp
|
| diff --git a/tests/ClipBoundsTest.cpp b/tests/ClipBoundsTest.cpp
|
| index abdd3f44fa1e4e3b1d36fda9bdf2aa5fd6c28779..25f6f5c06811ea409777f367c75c5fc76ebe668b 100644
|
| --- a/tests/ClipBoundsTest.cpp
|
| +++ b/tests/ClipBoundsTest.cpp
|
| @@ -13,7 +13,7 @@
|
|
|
| // Ensure that the 'getConservativeBounds' calls are returning bounds clamped
|
| // to the render target
|
| -DEF_GPUTEST_FOR_RENDERING_CONTEXTS(GrClipBounds, reporter, ctxInfo) {
|
| +DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS(GrClipBounds, reporter, ctxInfo) {
|
| static const int kXSize = 100;
|
| static const int kYSize = 100;
|
|
|
|
|