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

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

Issue 2548573003: Drop SVGElement::accessDocumentSVGExtensions() (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/svg/SVGElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 248ec03dfc9e8acf39e952ae067c602f080e92ec..f3a4011884acf38ebfceb5332f36caca526aaf3e 100644
--- a/third_party/WebKit/Source/core/svg/SVGElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGElement.h
@@ -40,11 +40,9 @@ class SVGAnimatedPropertyBase;
class SubtreeLayoutScope;
class SVGAnimatedString;
class SVGCursorElement;
-class SVGDocumentExtensions;
class SVGElement;
class SVGElementProxySet;
class SVGElementRareData;
-class SVGFitToViewBox;
class SVGPropertyBase;
class SVGSVGElement;
class SVGUseElement;
@@ -107,8 +105,6 @@ class CORE_EXPORT SVGElement : public Element {
SVGSVGElement* ownerSVGElement() const;
SVGElement* viewportElement() const;
- SVGDocumentExtensions& accessDocumentSVGExtensions();
-
virtual bool isSVGGeometryElement() const { return false; }
virtual bool isSVGGraphicsElement() const { return false; }
virtual bool isFilterEffect() const { return false; }
@@ -254,8 +250,6 @@ class CORE_EXPORT SVGElement : public Element {
return m_SVGRareData.get();
}
- // SVGFitToViewBox::parseAttribute uses reportAttributeParsingError.
- friend class SVGFitToViewBox;
void reportAttributeParsingError(SVGParsingError,
const QualifiedName&,
const AtomicString&);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/svg/SVGElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698