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

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

Issue 16896019: Replace RenderArena with PartitionAlloc. (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. 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 e901970bac7d780eb6b1bc04ffd3256aa827a8c0..d5a56706b5dcde6dc4b1ed27327f7084a384ce93 100644
--- a/Source/core/svg/SVGStyledTransformableElement.h
+++ b/Source/core/svg/SVGStyledTransformableElement.h
@@ -48,7 +48,7 @@ public:
// "base class" methods for all the elements which render as paths
virtual void toClipPath(Path&);
- virtual RenderObject* createRenderer(RenderArena*, RenderStyle*);
+ virtual RenderObject* createRenderer(RenderStyle*);
protected:
SVGStyledTransformableElement(const QualifiedName&, Document*, ConstructionType = CreateSVGElement);

Powered by Google App Engine
This is Rietveld 408576698