summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/style/svg_computed_style.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/style/svg_computed_style.cc')
-rw-r--r--chromium/third_party/blink/renderer/core/style/svg_computed_style.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/core/style/svg_computed_style.cc b/chromium/third_party/blink/renderer/core/style/svg_computed_style.cc
index 14fb36caf2e..de38223180b 100644
--- a/chromium/third_party/blink/renderer/core/style/svg_computed_style.cc
+++ b/chromium/third_party/blink/renderer/core/style/svg_computed_style.cc
@@ -120,9 +120,9 @@ StyleDifference SVGComputedStyle::Diff(const SVGComputedStyle& other) const {
if (DiffNeedsLayoutAndPaintInvalidation(other)) {
style_difference.SetNeedsFullLayout();
- style_difference.SetNeedsPaintInvalidationObject();
+ style_difference.SetNeedsPaintInvalidation();
} else if (DiffNeedsPaintInvalidation(other)) {
- style_difference.SetNeedsPaintInvalidationObject();
+ style_difference.SetNeedsPaintInvalidation();
}
return style_difference;