| Index: gm/bigrrectaaeffect.cpp
|
| diff --git a/gm/bigrrectaaeffect.cpp b/gm/bigrrectaaeffect.cpp
|
| index fde636071b21b115e7215e0ec20d1f406a07e723..3a7a155b25caf67d78e03e82e94d1731092dd27d 100644
|
| --- a/gm/bigrrectaaeffect.cpp
|
| +++ b/gm/bigrrectaaeffect.cpp
|
| @@ -8,7 +8,7 @@
|
| #include "gm.h"
|
| #if SK_SUPPORT_GPU
|
| #include "GrContext.h"
|
| -#include "GrDrawContext.h"
|
| +#include "GrDrawContextPriv.h"
|
| #include "GrPipelineBuilder.h"
|
| #include "SkDevice.h"
|
| #include "SkRRect.h"
|
| @@ -99,7 +99,7 @@ protected:
|
| SkAutoTUnref<GrDrawBatch> batch(
|
| GrRectBatchFactory::CreateNonAAFill(0xff000000, SkMatrix::I(), bounds,
|
| nullptr, nullptr));
|
| - drawContext->internal_drawBatch(pipelineBuilder, batch);
|
| + drawContext->drawContextPriv().testingOnly_drawBatch(pipelineBuilder, batch);
|
| }
|
| canvas->restore();
|
| x = x + fTestOffsetX;
|
|
|