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

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

Issue 25164005: Merge 158408 "Revert 157959 "Introduce a new reference graph to ..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1650/
Patch Set: 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
===================================================================
--- Source/core/svg/properties/SVGPathSegListPropertyTearOff.h (revision 158536)
+++ Source/core/svg/properties/SVGPathSegListPropertyTearOff.h (working copy)
@@ -41,9 +41,6 @@
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 @@
{
}
+ 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