Index: Source/core/rendering/svg/RenderSVGResource.h |
diff --git a/Source/core/rendering/svg/RenderSVGResource.h b/Source/core/rendering/svg/RenderSVGResource.h |
index 7a0189e31ae9dc25c18fd134b7821eac27c6b472..dfb7cffabb2632222a134bf3d2a4b74547ec2aa1 100644 |
--- a/Source/core/rendering/svg/RenderSVGResource.h |
+++ b/Source/core/rendering/svg/RenderSVGResource.h |
@@ -94,8 +94,6 @@ public: |
// Helper utilities used in to access the underlying resources for DRT. |
static SVGPaintDescription requestPaintDescription(const RenderObject&, const RenderStyle*, RenderSVGResourceMode); |
- |
- static void markForLayoutAndParentResourceInvalidation(RenderObject*, bool needsLayout = true); |
}; |
#define DEFINE_RENDER_SVG_RESOURCE_TYPE_CASTS(thisType, typeName) \ |