aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/effects/SkGroupShape.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/effects/SkGroupShape.h')
-rw-r--r--include/effects/SkGroupShape.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/effects/SkGroupShape.h b/include/effects/SkGroupShape.h
index 56e9d322b1..ac0d99476f 100644
--- a/include/effects/SkGroupShape.h
+++ b/include/effects/SkGroupShape.h
@@ -131,9 +131,6 @@ public:
*/
void removeAllShapes();
- // overrides
- virtual void flatten(SkFlattenableWriteBuffer&);
-
SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkGroupShape)
protected:
@@ -141,6 +138,7 @@ protected:
virtual void onDraw(SkCanvas*);
SkGroupShape(SkFlattenableReadBuffer&);
+ virtual void flatten(SkFlattenableWriteBuffer&) const SK_OVERRIDE;
private:
struct Rec {