| Index: include/core/SkShader.h
|
| diff --git a/include/core/SkShader.h b/include/core/SkShader.h
|
| index cdb7a2fdbf64d4e9ef7428396f871e5f58e2c567..108c6b0829b22ddb764a1aba14417b52f0a4f781 100644
|
| --- a/include/core/SkShader.h
|
| +++ b/include/core/SkShader.h
|
| @@ -363,8 +363,8 @@ protected:
|
| const SkMatrix& getTotalInverse() const { return fTotalInverse; }
|
| MatrixClass getInverseClass() const { return (MatrixClass)fTotalInverseClass; }
|
|
|
| - SkShader(SkFlattenableReadBuffer& );
|
| - virtual void flatten(SkFlattenableWriteBuffer&) const SK_OVERRIDE;
|
| + SkShader(SkReadBuffer& );
|
| + virtual void flatten(SkWriteBuffer&) const SK_OVERRIDE;
|
| private:
|
| SkMatrix fLocalMatrix;
|
| SkMatrix fTotalInverse;
|
|
|