| Index: include/effects/SkLayerDrawLooper.h
|
| diff --git a/include/effects/SkLayerDrawLooper.h b/include/effects/SkLayerDrawLooper.h
|
| index fe660a8aaee9b329c6163c9c249bf3c7102889bd..ac56e288dc6edbb3f3633b7e7dd0316c6c0cd9b0 100644
|
| --- a/include/effects/SkLayerDrawLooper.h
|
| +++ b/include/effects/SkLayerDrawLooper.h
|
| @@ -77,6 +77,8 @@ public:
|
|
|
| virtual size_t contextSize() const SK_OVERRIDE { return sizeof(LayerDrawLooperContext); }
|
|
|
| + virtual bool asABlurShadow(BlurShadowRec* rec) const SK_OVERRIDE;
|
| +
|
| SK_TO_STRING_OVERRIDE()
|
|
|
| /// Implements Flattenable.
|
|
|