Index: include/core/SkShader.h |
diff --git a/include/core/SkShader.h b/include/core/SkShader.h |
index 34cb648022ca25593943ba054f7d196ad2c26bc2..5c38cfebb17a84c7256a02fd0c42853317040e79 100644 |
--- a/include/core/SkShader.h |
+++ b/include/core/SkShader.h |
@@ -321,7 +321,8 @@ public: |
virtual const GrFragmentProcessor* asFragmentProcessor(GrContext*, |
const SkMatrix& viewMatrix, |
const SkMatrix* localMatrix, |
- SkFilterQuality) const; |
+ SkFilterQuality, |
+ GrRenderTarget* dst) const; |
/** |
* If the shader can represent its "average" luminance in a single color, return true and |