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

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

Issue 1846633002: Move SVGTextPositioningElement::elementFromLayoutObject (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/SVGTextPositioningElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGTextPositioningElement.h b/third_party/WebKit/Source/core/svg/SVGTextPositioningElement.h
index 618a35f4a1f5c32abc682af9d429114a86471fcd..a8a5ca1db95991eabb948c568489fc441dea8e49 100644
--- a/third_party/WebKit/Source/core/svg/SVGTextPositioningElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGTextPositioningElement.h
@@ -32,8 +32,6 @@ namespace blink {
class SVGTextPositioningElement : public SVGTextContentElement {
DEFINE_WRAPPERTYPEINFO();
public:
- static SVGTextPositioningElement* elementFromLayoutObject(LayoutObject&);
-
SVGAnimatedLengthList* x() { return m_x.get(); }
SVGAnimatedLengthList* y() { return m_y.get(); }
SVGAnimatedLengthList* dx() { return m_dx.get(); }

Powered by Google App Engine
This is Rietveld 408576698