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

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

Issue 24527003: [oilpan] Implement accept methods to trace the class hierarchy of SVGElement and all sub-classes. (Closed) Base URL: svn://svn.chromium.org/blink/branches/oilpan
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/SVGStyledTransformableElement.h
diff --git a/Source/core/svg/SVGStyledTransformableElement.h b/Source/core/svg/SVGStyledTransformableElement.h
index 77cba9da01e47b24f0bf14216fc9fcfca89ccdea..2f2cad7b3f2ceddbb90ebf70341535212f3f14d6 100644
--- a/Source/core/svg/SVGStyledTransformableElement.h
+++ b/Source/core/svg/SVGStyledTransformableElement.h
@@ -52,6 +52,8 @@ public:
virtual void toClipPath(Path&);
virtual RenderObject* createRenderer(RenderArena*, RenderStyle*);
+ virtual void accept(Visitor* visitor) const OVERRIDE { SVGStyledLocatableElement::accept(visitor); }
+
protected:
SVGStyledTransformableElement(const QualifiedName&, const Handle<Document>&, ConstructionType = CreateSVGElement);

Powered by Google App Engine
This is Rietveld 408576698