Index: src/gpu/GrDrawTarget.h |
diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h |
index 8a12a31ea9f1d884ac593a5b642d4ba3370d5508..c21366f7365b94462cc41c4d811b2e2b66268004 100644 |
--- a/src/gpu/GrDrawTarget.h |
+++ b/src/gpu/GrDrawTarget.h |
@@ -788,7 +788,7 @@ private: |
// Check to see if this set of draw commands has been sent out |
virtual bool isIssued(uint32_t drawID) { return true; } |
void getPathStencilSettingsForFilltype(GrPathRendering::FillType, |
- const GrStencilBuffer*, |
+ const GrStencilAttachment*, |
GrStencilSettings*); |
virtual GrClipMaskManager* clipMaskManager() = 0; |
virtual bool setupClip(GrPipelineBuilder*, |