| Index: src/gpu/GrDrawTarget.cpp
|
| diff --git a/src/gpu/GrDrawTarget.cpp b/src/gpu/GrDrawTarget.cpp
|
| index d8848bc4d50b22c6609ff2d6edb0f6829cecf6ed..7265f4d23ab0f388e537625880f376032e6f2af3 100644
|
| --- a/src/gpu/GrDrawTarget.cpp
|
| +++ b/src/gpu/GrDrawTarget.cpp
|
| @@ -391,7 +391,7 @@ bool GrDrawTarget::checkDraw(GrPrimitiveType type, int startVertex,
|
| SkASSERT(drawState.getRenderTarget());
|
|
|
| if (drawState.hasGeometryProcessor()) {
|
| - const GrGeometryProcessor* gp = drawState.getGeometryProcessor()->getGeometryProcessor();
|
| + const GrGeometryProcessor* gp = drawState.getGeometryProcessor()->getProcessor();
|
| int numTextures = gp->numTextures();
|
| for (int t = 0; t < numTextures; ++t) {
|
| GrTexture* texture = gp->texture(t);
|
|
|