Index: third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h |
diff --git a/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h b/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h |
index a010afdc3efafd5a2876d7a9ef05ae78df239dd6..d5a2e23788064f68d3b8b79c9eb10bde03d5f417 100644 |
--- a/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h |
+++ b/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h |
@@ -56,7 +56,8 @@ class PLATFORM_EXPORT FilterEffect |
virtual ~FilterEffect(); |
DECLARE_VIRTUAL_TRACE(); |
- void ClearResult(); |
+ void DisposeImageFilters(); |
+ void DisposeImageFiltersRecursive(); |
FilterEffectVector& InputEffects() { return input_effects_; } |
FilterEffect* InputEffect(unsigned) const; |