Chromium Code Reviews| 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..60baea83f18a360aa0592fd4d8c38b93d58120ca 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 instancesNeedsStyleRecalc(StyleChangeType, const StyleChangeReasonForTracing&); |
|
rune
2016/08/18 23:43:07
Name sounds like returning a bool to me. How about
Eric Willigers
2016/08/19 00:44:19
Done.
|
| DECLARE_VIRTUAL_TRACE(); |