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

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

Issue 132233016: [SVG] SVGAnimatedPointList migration to new SVG property impl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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/NewSVGPropertyTearOff.h
diff --git a/Source/core/svg/properties/NewSVGPropertyTearOff.h b/Source/core/svg/properties/NewSVGPropertyTearOff.h
index 1e51da21c7a9297750a2454966c064d7ff861123..4de5702f25d044d2a16c5cca9a688dbb9f5501a1 100644
--- a/Source/core/svg/properties/NewSVGPropertyTearOff.h
+++ b/Source/core/svg/properties/NewSVGPropertyTearOff.h
@@ -81,7 +81,7 @@ public:
return isReadOnlyProperty() || isAnimVal();
}
- void commitChange();
+ virtual void commitChange();
haraken 2014/01/17 11:50:18 Add OVERRIDE.
kouhei (in TOK) 2014/01/20 01:10:26 No this is the base class. Added OVERRIDE to SVGCu
SVGElement* contextElement()
{

Powered by Google App Engine
This is Rietveld 408576698