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

Unified Diff: Source/WebCore/rendering/svg/RenderSVGInlineText.h

Issue 6913012: Merge 85335 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/742/
Patch Set: Created 9 years, 8 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/WebCore/rendering/svg/RenderSVGInlineText.h
===================================================================
--- Source/WebCore/rendering/svg/RenderSVGInlineText.h (revision 85561)
+++ Source/WebCore/rendering/svg/RenderSVGInlineText.h (working copy)
@@ -48,6 +48,7 @@
private:
virtual const char* renderName() const { return "RenderSVGInlineText"; }
+ virtual void destroy();
virtual void styleDidChange(StyleDifference, const RenderStyle*);
// FIXME: We need objectBoundingBox for DRT results and filters at the moment.

Powered by Google App Engine
This is Rietveld 408576698