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