| Index: include/core/SkFlattenable.h
|
| diff --git a/include/core/SkFlattenable.h b/include/core/SkFlattenable.h
|
| index e45627dbcc4210e42217e567d63d6cf6c3f072f9..186817692495dc413e0f0d45bd10a07853c43d95 100644
|
| --- a/include/core/SkFlattenable.h
|
| +++ b/include/core/SkFlattenable.h
|
| @@ -49,7 +49,7 @@ class SkWriteBuffer;
|
| static SkFlattenable* CreateProc(SkReadBuffer&); \
|
| friend class SkPrivateEffectInitializer; \
|
| public: \
|
| - virtual Factory getFactory() const SK_OVERRIDE { return CreateProc; }
|
| + Factory getFactory() const SK_OVERRIDE { return CreateProc; }
|
|
|
| /** For SkFlattenable derived objects with a valid type
|
| This macro should only be used in base class objects in core
|
|
|