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

Unified Diff: Source/core/svg/properties/SVGPathSegListPropertyTearOff.h

Issue 24863002: Revert 157959 "Introduce a new reference graph to SVG*TearOffs." (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 3 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: Source/core/svg/properties/SVGPathSegListPropertyTearOff.h
diff --git a/Source/core/svg/properties/SVGPathSegListPropertyTearOff.h b/Source/core/svg/properties/SVGPathSegListPropertyTearOff.h
index 58791d700ff043c02df8bc843dc2a60c0fbdcd74..56055ed92b336d9f4e0379cc6aa4478d94aad014 100644
--- a/Source/core/svg/properties/SVGPathSegListPropertyTearOff.h
+++ b/Source/core/svg/properties/SVGPathSegListPropertyTearOff.h
@@ -41,9 +41,6 @@ public:
return adoptRef(new SVGPathSegListPropertyTearOff(animatedProperty, role, pathSegRole, values, wrappers));
}
- SVGPathElement* contextElement() const;
- SVGAnimatedProperty* animatedProperty() const { return m_animatedProperty.get(); }
-
int findItem(const ListItemType& item) const
{
ASSERT(m_values);
@@ -122,6 +119,8 @@ private:
{
}
+ SVGPathElement* contextElement() const;
+
void clearContextAndRoles();
using Base::m_role;
« no previous file with comments | « Source/core/svg/properties/SVGListPropertyTearOff.h ('k') | Source/core/svg/properties/SVGPropertyTearOff.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698