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

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

Issue 2522443002: Remove SVGCursorElement (Closed)
Patch Set: Rebase Created 4 years 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/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;
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGCursorElement.idl ('k') | third_party/WebKit/Source/core/svg/SVGElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698