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

Unified Diff: Source/core/svg/SVGTextContentElement.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/SVGTextContentElement.h
diff --git a/Source/core/svg/SVGTextContentElement.h b/Source/core/svg/SVGTextContentElement.h
index 799a9c8da3c3ca159b9b6155e2324d851866e391..6514657d4918d2f3b5efbcd28e9d41e7a00ea9b1 100644
--- a/Source/core/svg/SVGTextContentElement.h
+++ b/Source/core/svg/SVGTextContentElement.h
@@ -81,7 +81,7 @@ public:
float getSubStringLength(unsigned charnum, unsigned nchars, ExceptionState&);
SVGPoint getStartPositionOfChar(unsigned charnum, ExceptionState&);
SVGPoint getEndPositionOfChar(unsigned charnum, ExceptionState&);
- SVGRect getExtentOfChar(unsigned charnum, ExceptionState&);
+ PassRefPtr<SVGRectTearOff> getExtentOfChar(unsigned charnum, ExceptionState&);
float getRotationOfChar(unsigned charnum, ExceptionState&);
int getCharNumAtPosition(const SVGPoint&);
void selectSubString(unsigned charnum, unsigned nchars, ExceptionState&);

Powered by Google App Engine
This is Rietveld 408576698