Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: third_party/WebKit/Source/core/svg/SVGElement.h

Issue 2251073002: CSS: SVG use elements replicate updates to style (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: instance not <use> subtree Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698