Index: gm/convexpolyeffect.cpp |
diff --git a/gm/convexpolyeffect.cpp b/gm/convexpolyeffect.cpp |
index 57ee30731d856212cd4d220b718f8e307978a7d9..4071159d48581d836299bf0c9573251f22ab25a0 100644 |
--- a/gm/convexpolyeffect.cpp |
+++ b/gm/convexpolyeffect.cpp |
@@ -14,7 +14,7 @@ |
#include "GrContext.h" |
#include "GrDefaultGeoProcFactory.h" |
-#include "GrDrawContextPriv.h" |
+#include "GrDrawContext.h" |
#include "GrPathUtils.h" |
#include "GrTest.h" |
#include "SkColorPriv.h" |
@@ -205,7 +205,7 @@ |
SkAutoTUnref<GrDrawBatch> batch(ConvexPolyTestBatch::Create(gp, geometry)); |
- drawContext->drawContextPriv().testingOnly_drawBatch(pipelineBuilder, batch); |
+ drawContext->internal_drawBatch(pipelineBuilder, batch); |
x += SkScalarCeilToScalar(path->getBounds().width() + 10.f); |
} |
@@ -252,7 +252,7 @@ |
SkAutoTUnref<GrDrawBatch> batch(ConvexPolyTestBatch::Create(gp, geometry)); |
- drawContext->drawContextPriv().testingOnly_drawBatch(pipelineBuilder, batch); |
+ drawContext->internal_drawBatch(pipelineBuilder, batch); |
x += SkScalarCeilToScalar(rect.width() + 10.f); |
} |