Index: include/core/SkImage.h |
diff --git a/include/core/SkImage.h b/include/core/SkImage.h |
index 54ef9f44e902c72601c8d3ec94ef027f80022712..8456c141211d2490d1ac35a6800969acdce7a116 100644 |
--- a/include/core/SkImage.h |
+++ b/include/core/SkImage.h |
@@ -58,7 +58,7 @@ public: |
*/ |
GrTexture* getTexture(); |
- virtual SkShader* newShader(SkShader::TileMode, SkShader::TileMode) const; |
+ virtual SkShader* newShader(SkShader::TileMode, SkShader::TileMode, SkMatrix* localMatrix = NULL) const; |
Justin Novosad
2014/07/21 19:20:39
Should be 'const'
bsalomon
2014/07/21 19:28:41
Also, should wrap to be <= 100 cols.
Rémi Piotaix
2014/07/22 19:08:08
Done.
Rémi Piotaix
2014/07/22 19:08:08
Done.
|
void draw(SkCanvas*, SkScalar x, SkScalar y, const SkPaint*); |