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

Unified Diff: Source/core/svg/SVGRadialGradientElement.h

Issue 135913002: Do refactor in collectGradientAttributes() and renderStyleForLengthResolve() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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: Source/core/svg/SVGRadialGradientElement.h
diff --git a/Source/core/svg/SVGRadialGradientElement.h b/Source/core/svg/SVGRadialGradientElement.h
index a4d9fa8321c7529e0facfb997b0d80c4a3a21cbe..a3b6319e8d418393d94dd58cf385ef3f1b39201d 100644
--- a/Source/core/svg/SVGRadialGradientElement.h
+++ b/Source/core/svg/SVGRadialGradientElement.h
@@ -46,6 +46,7 @@ private:
explicit SVGRadialGradientElement(Document&);
bool isSupportedAttribute(const QualifiedName&);
+ void setAttributeAnimatedLength(SVGGradientElement*, RadialGradientAttributes&, bool isRadial = true);
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698