| Index: include/effects/SkDashPathEffect.h
|
| diff --git a/include/effects/SkDashPathEffect.h b/include/effects/SkDashPathEffect.h
|
| index a1c548265367cd0b0eac1d963070799ac6652b5d..c8b3c8e9956e37b48a222b5c4fd05b8fccdcbaca 100644
|
| --- a/include/effects/SkDashPathEffect.h
|
| +++ b/include/effects/SkDashPathEffect.h
|
| @@ -49,6 +49,8 @@ public:
|
| const SkStrokeRec&, const SkMatrix&,
|
| const SkRect*) const SK_OVERRIDE;
|
|
|
| + virtual DashType asADash(DashInfo* info) const SK_OVERRIDE;
|
| +
|
| virtual Factory getFactory() const SK_OVERRIDE;
|
|
|
| static SkFlattenable* CreateProc(SkReadBuffer&);
|
|
|