Index: src/gpu/GrPipelineBuilder.h |
diff --git a/src/gpu/GrPipelineBuilder.h b/src/gpu/GrPipelineBuilder.h |
index 54b06dbd4fc2183460e03ce4a049fbd45d21cb98..96807d5a751c288332777805dea2da8be37c0fb5 100644 |
--- a/src/gpu/GrPipelineBuilder.h |
+++ b/src/gpu/GrPipelineBuilder.h |
@@ -45,7 +45,7 @@ public: |
* no GrPaint equivalents are set to default values with the exception of vertex attribute state |
* which is unmodified by this function and clipping which will be enabled. |
*/ |
- void setFromPaint(const GrPaint&, GrRenderTarget*, const GrClip*); |
+ void setFromPaint(const GrPaint&, GrRenderTarget*, const GrClip&); |
/// @} |