summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/RenderSVGResource.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/rendering/RenderSVGResource.h')
-rw-r--r--WebCore/rendering/RenderSVGResource.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/rendering/RenderSVGResource.h b/WebCore/rendering/RenderSVGResource.h
index 34ff14e..b3ea6fb 100644
--- a/WebCore/rendering/RenderSVGResource.h
+++ b/WebCore/rendering/RenderSVGResource.h
@@ -80,12 +80,13 @@ public:
static RenderSVGResourceSolidColor* sharedSolidPaintingResource();
static void invalidateAllResourcesOfRenderer(RenderObject*);
+ static void markForLayoutAndParentResourceInvalidation(RenderObject*, bool needsLayout = true);
private:
static void adjustColorForPseudoRules(const RenderStyle*, bool useFillPaint, Color&);
protected:
- void markForLayoutAndResourceInvalidation(RenderObject*);
+ void markForLayoutAndResourceInvalidation(RenderObject*, bool needsBoundariesUpdate = true);
};
}