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

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

Issue 421863002: SVGElement::parseAttribute resolves property via property map (Step 1) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add return Created 6 years, 5 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/SVGRectElement.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/properties/SVGAnimatedProperty.h
diff --git a/Source/core/svg/properties/SVGAnimatedProperty.h b/Source/core/svg/properties/SVGAnimatedProperty.h
index 1c54971a1518edb5e6f06dcb3d327844c9d064bc..c74637bf10ed93ea60fd27cfc48b648c533ab9de 100644
--- a/Source/core/svg/properties/SVGAnimatedProperty.h
+++ b/Source/core/svg/properties/SVGAnimatedProperty.h
@@ -55,6 +55,7 @@ public:
virtual void setAnimatedValue(PassRefPtr<SVGPropertyBase>) = 0;
virtual void animationEnded();
+ virtual void setBaseValueAsString(const String& value, SVGParsingError& parseError) = 0;
virtual bool needsSynchronizeAttribute() = 0;
virtual void synchronizeAttribute();
@@ -128,7 +129,7 @@ public:
return m_currentValue;
}
- void setBaseValueAsString(const String& value, SVGParsingError& parseError)
+ void setBaseValueAsString(const String& value, SVGParsingError& parseError) OVERRIDE
{
TrackExceptionState es;
« no previous file with comments | « Source/core/svg/SVGRectElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698