Chromium Code Reviews

Unified Diff: Source/core/svg/SVGGraphicsElement.h

Issue 18054014: Remove SVGTests related code from SVGGraphicsElement subclasses (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/svg/SVGGElement.h ('k') | Source/core/svg/SVGImageElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGGraphicsElement.h
diff --git a/Source/core/svg/SVGGraphicsElement.h b/Source/core/svg/SVGGraphicsElement.h
index 5b92cf471a5edd10821051e8bbb62eb41eae5345..378495fa34b9eaee9afa12e0c6b04705a45e8e77 100644
--- a/Source/core/svg/SVGGraphicsElement.h
+++ b/Source/core/svg/SVGGraphicsElement.h
@@ -64,6 +64,11 @@ protected:
private:
virtual bool isSVGGraphicsElement() const OVERRIDE { return true; }
+ // SVGTests
+ virtual void synchronizeRequiredFeatures() { SVGTests::synchronizeRequiredFeatures(this); }
+ virtual void synchronizeRequiredExtensions() { SVGTests::synchronizeRequiredExtensions(this); }
+ virtual void synchronizeSystemLanguage() { SVGTests::synchronizeSystemLanguage(this); }
+
// Used by <animateMotion>
OwnPtr<AffineTransform> m_supplementalTransform;
};
« no previous file with comments | « Source/core/svg/SVGGElement.h ('k') | Source/core/svg/SVGImageElement.h » ('j') | no next file with comments »

Powered by Google App Engine