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

Unified Diff: Source/core/svg/SVGSymbolElement.cpp

Issue 294783002: Remove SVGSymbolElement::selfHasRelativeLengths (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixtest Created 6 years, 7 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
« no previous file with comments | « Source/core/svg/SVGSymbolElement.h ('k') | Source/core/svg/SVGUseElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGSymbolElement.cpp
diff --git a/Source/core/svg/SVGSymbolElement.cpp b/Source/core/svg/SVGSymbolElement.cpp
index ed159d96e66e38c0ea64f38a87b2d2c1dc03086c..c7b4e90bdc48a58ab1281a2e8d05bf15e2e18812 100644
--- a/Source/core/svg/SVGSymbolElement.cpp
+++ b/Source/core/svg/SVGSymbolElement.cpp
@@ -74,11 +74,6 @@ void SVGSymbolElement::svgAttributeChanged(const QualifiedName& attrName)
updateRelativeLengthsInformation();
pdr. 2014/05/21 06:06:20 Can we remove this too, or is it required even in
}
-bool SVGSymbolElement::selfHasRelativeLengths() const
-{
- return hasAttribute(SVGNames::viewBoxAttr);
-}
-
RenderObject* SVGSymbolElement::createRenderer(RenderStyle*)
{
return new RenderSVGHiddenContainer(this);
« no previous file with comments | « Source/core/svg/SVGSymbolElement.h ('k') | Source/core/svg/SVGUseElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698