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