| Index: include/core/SkShader.h
|
| diff --git a/include/core/SkShader.h b/include/core/SkShader.h
|
| index 7cfb53619aa973b5ccc7c429451f73240f3e4106..f8de276c7bff4836a36f5298e1e551c6ef86be41 100644
|
| --- a/include/core/SkShader.h
|
| +++ b/include/core/SkShader.h
|
| @@ -482,7 +482,7 @@ public:
|
| SK_DEFINE_FLATTENABLE_TYPE(SkShader)
|
|
|
| protected:
|
| - virtual void flatten(SkWriteBuffer&) const SK_OVERRIDE;
|
| + void flatten(SkWriteBuffer&) const SK_OVERRIDE;
|
|
|
| bool computeTotalInverse(const ContextRec&, SkMatrix* totalInverse) const;
|
|
|
|
|