| Index: gm/yuvtorgbeffect.cpp
|
| diff --git a/gm/yuvtorgbeffect.cpp b/gm/yuvtorgbeffect.cpp
|
| index 4aafb7a0bc27201fedfd4dccda54081d909b2821..bf4094cf4ff4d6a01a738ca3fbc8373cc51c4ae3 100644
|
| --- a/gm/yuvtorgbeffect.cpp
|
| +++ b/gm/yuvtorgbeffect.cpp
|
| @@ -13,7 +13,7 @@
|
| #if SK_SUPPORT_GPU
|
|
|
| #include "GrContext.h"
|
| -#include "GrDrawContextPriv.h"
|
| +#include "GrDrawContext.h"
|
| #include "GrPipelineBuilder.h"
|
| #include "SkBitmap.h"
|
| #include "SkGr.h"
|
| @@ -132,7 +132,7 @@
|
| SkAutoTUnref<GrDrawBatch> batch(
|
| GrRectBatchFactory::CreateNonAAFill(GrColor_WHITE, viewMatrix,
|
| renderRect, nullptr, nullptr));
|
| - drawContext->drawContextPriv().testingOnly_drawBatch(pipelineBuilder, batch);
|
| + drawContext->internal_drawBatch(pipelineBuilder, batch);
|
| }
|
| x += renderRect.width() + kTestPad;
|
| }
|
|
|