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

Unified Diff: third_party/WebKit/Source/core/svg/SVGFEDropShadowElement.h

Issue 2112563002: Wire up invalidation for flood-{color,opacity} on <feDropShadow> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/core/svg/SVGFEDropShadowElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGFEDropShadowElement.h b/third_party/WebKit/Source/core/svg/SVGFEDropShadowElement.h
index 5c656966e400be06e0455febac0ff3b03816cf4a..8aac230cb187c140a9e8526e1db6a6125486e469 100644
--- a/third_party/WebKit/Source/core/svg/SVGFEDropShadowElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGFEDropShadowElement.h
@@ -47,6 +47,7 @@ private:
explicit SVGFEDropShadowElement(Document&);
void svgAttributeChanged(const QualifiedName&) override;
+ bool setFilterEffectAttribute(FilterEffect*, const QualifiedName&) override;
FilterEffect* build(SVGFilterBuilder*, Filter*) override;
static const AtomicString& stdDeviationXIdentifier();

Powered by Google App Engine
This is Rietveld 408576698