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

Unified Diff: Source/core/rendering/svg/SVGInlineTextBox.cpp

Issue 629073003: Simplify/cleanup {postApply,apply}Resource signatures (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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/rendering/svg/SVGInlineTextBox.cpp
diff --git a/Source/core/rendering/svg/SVGInlineTextBox.cpp b/Source/core/rendering/svg/SVGInlineTextBox.cpp
index 2db60be3a21786566a5f359c449f0c94a99ae68f..474a256bba52a624ac3c03a4c62eef5194fafcad 100644
--- a/Source/core/rendering/svg/SVGInlineTextBox.cpp
+++ b/Source/core/rendering/svg/SVGInlineTextBox.cpp
@@ -385,7 +385,7 @@ void PaintingResourceScope::releasePaintingResource(GraphicsContext*& context)
{
ASSERT(m_paintingResource);
- m_paintingResource->postApplyResource(&m_renderer, context);
+ m_paintingResource->postApplyResource(context);
m_paintingResource = 0;
}
« Source/core/rendering/svg/RenderSVGResource.h ('K') | « Source/core/rendering/svg/RenderSVGShape.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698