Chromium Code Reviews| Index: src/image/SkImage_Base.h |
| diff --git a/src/image/SkImage_Base.h b/src/image/SkImage_Base.h |
| index 1a54157b8e6f236b52f580a65760cbbe80db9672..c3a4a115a508a5b47c3d84e2e09f84726db91db9 100644 |
| --- a/src/image/SkImage_Base.h |
| +++ b/src/image/SkImage_Base.h |
| @@ -31,7 +31,7 @@ public: |
| // but only inspect them (or encode them). |
| virtual bool getROPixels(SkBitmap*) const { return false; } |
| - virtual SkShader* onNewShader(SkShader::TileMode, SkShader::TileMode) const { return NULL; }; |
| + virtual SkShader* onNewShader(SkShader::TileMode, SkShader::TileMode, SkMatrix* localMatrix = NULL) const { return NULL; }; |
|
Justin Novosad
2014/07/21 19:20:39
No need for a default value since this is not expo
Rémi Piotaix
2014/07/22 19:08:08
Done.
|
| private: |
| typedef SkImage INHERITED; |
| }; |