Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.cpp

Issue 1999343002: Unify and provide one IsGarbageCollectedType<T> implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unit test Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.cpp
diff --git a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.cpp b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.cpp
index f2ec6336482335b1a30484f7dbe2c3427e1e05e8..ba326a962ac16bc8be0de004b5bfe18e22f5a172 100644
--- a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.cpp
+++ b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.cpp
@@ -64,6 +64,10 @@ public:
} // namespace
+SVGFilterGraphNodeMap::SVGFilterGraphNodeMap()
+{
+}
+
void SVGFilterGraphNodeMap::addBuiltinEffect(FilterEffect* effect)
{
m_effectReferences.add(effect, FilterEffectSet());

Powered by Google App Engine