| Index: third_party/WebKit/Source/core/svg/SVGElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGElement.h b/third_party/WebKit/Source/core/svg/SVGElement.h
|
| index f3a4011884acf38ebfceb5332f36caca526aaf3e..abba52e2ad5ba07c8cc9d6aaa5b59a7ba064dbe3 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElement.h
|
| @@ -34,12 +34,10 @@
|
| namespace blink {
|
|
|
| class AffineTransform;
|
| -class CSSCursorImageValue;
|
| class Document;
|
| class SVGAnimatedPropertyBase;
|
| class SubtreeLayoutScope;
|
| class SVGAnimatedString;
|
| -class SVGCursorElement;
|
| class SVGElement;
|
| class SVGElementProxySet;
|
| class SVGElementRareData;
|
| @@ -139,9 +137,6 @@ class CORE_EXPORT SVGElement : public Element {
|
| void mapInstanceToElement(SVGElement*);
|
| void removeInstanceMapping(SVGElement*);
|
|
|
| - void setCursorElement(SVGCursorElement*);
|
| - void setCursorImageValue(const CSSCursorImageValue*);
|
| -
|
| SVGElement* correspondingElement() const;
|
| void setCorrespondingElement(SVGElement*);
|
| SVGUseElement* correspondingUseElement() const;
|
|
|