summaryrefslogtreecommitdiff
path: root/effects/SkLayerDrawLooper.h
diff options
context:
space:
mode:
Diffstat (limited to 'effects/SkLayerDrawLooper.h')
-rw-r--r--effects/SkLayerDrawLooper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/effects/SkLayerDrawLooper.h b/effects/SkLayerDrawLooper.h
index fe660a8..ac56e28 100644
--- a/effects/SkLayerDrawLooper.h
+++ b/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.