Index: include/core/SkShader.h |
diff --git a/include/core/SkShader.h b/include/core/SkShader.h |
index 60aa7cd6c9a585c58cd7d1ad6ef531d60f39dcd4..33ac8db6bcd0f5c945d666ff94cec96253b1b9e3 100644 |
--- a/include/core/SkShader.h |
+++ b/include/core/SkShader.h |
@@ -327,7 +327,8 @@ public: |
virtual const GrFragmentProcessor* asFragmentProcessor(GrContext*, |
const SkMatrix& viewMatrix, |
const SkMatrix* localMatrix, |
- SkFilterQuality) const; |
+ SkFilterQuality, |
+ SkSourceGammaTreatment) const; |
/** |
* If the shader can represent its "average" luminance in a single color, return true and |