| Index: src/core/SkLocalMatrixShader.h
|
| diff --git a/src/core/SkLocalMatrixShader.h b/src/core/SkLocalMatrixShader.h
|
| index 62654275f430d7d7074a04842536bfec9177f7f0..d897d49ded4cdd455472626a0190df6f7f9080be 100644
|
| --- a/src/core/SkLocalMatrixShader.h
|
| +++ b/src/core/SkLocalMatrixShader.h
|
| @@ -19,8 +19,8 @@ public:
|
| , fProxyShader(SkRef(proxy))
|
| {}
|
|
|
| - size_t contextSize() const override {
|
| - return fProxyShader->contextSize();
|
| + size_t contextSize(const ContextRec& rec) const override {
|
| + return fProxyShader->contextSize(rec);
|
| }
|
|
|
| GradientType asAGradient(GradientInfo* info) const override {
|
|
|