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