Index: third_party/WebKit/Source/core/paint/SVGPaintContext.h |
diff --git a/third_party/WebKit/Source/core/paint/SVGPaintContext.h b/third_party/WebKit/Source/core/paint/SVGPaintContext.h |
index 696c1229fc1efb7c3e4ac91dc3a6a683b5e7aae3..e69322fdc2367ab1fe7195e6153cb505a6c475ca 100644 |
--- a/third_party/WebKit/Source/core/paint/SVGPaintContext.h |
+++ b/third_party/WebKit/Source/core/paint/SVGPaintContext.h |
@@ -117,7 +117,7 @@ class SVGPaintContext { |
// successfully applied. |
bool applyClipMaskAndFilterIfNecessary(); |
- static void paintSubtree(GraphicsContext&, const LayoutObject*); |
+ static void paintResourceSubtree(GraphicsContext&, const LayoutObject*); |
// TODO(fs): This functions feels a bit misplaced (we don't want this to |
// turn into the new kitchen sink). Move it if a better location surfaces. |