Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(976)

Unified Diff: third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h

Issue 2846593008: Proactively dispose image filters for SVG filter chains (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698