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

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

Issue 132233010: [SVG] SVGAnimatedRect migration to new SVG property impl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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/SVGPathElement.h
diff --git a/Source/core/svg/SVGPathElement.h b/Source/core/svg/SVGPathElement.h
index 1f94491201ea6468135bedd845c15929d48dbbcf..178fb80bb41e254bccf16da03bc27f2c82057cc5 100644
--- a/Source/core/svg/SVGPathElement.h
+++ b/Source/core/svg/SVGPathElement.h
@@ -89,7 +89,7 @@ public:
void pathSegListChanged(SVGPathSegRole, ListModification = ListModificationUnknown);
- virtual SVGRect getBBox() OVERRIDE;
+ virtual FloatRect getBBox() OVERRIDE;
static const SVGPropertyInfo* dPropertyInfo();

Powered by Google App Engine
This is Rietveld 408576698