Index: third_party/WebKit/Source/core/svg/SVGElement.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGElement.h b/third_party/WebKit/Source/core/svg/SVGElement.h |
index c4165347a7eaf5efcb928e20bae4dae7b0efb91d..045097886369f93ae41ca74573b60805605c3423 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGElement.h |
@@ -180,6 +180,7 @@ public: |
}; |
void invalidateInstances(); |
+ void setNeedsStyleRecalcForInstances(StyleChangeType, const StyleChangeReasonForTracing&); |
DECLARE_VIRTUAL_TRACE(); |