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

Unified Diff: third_party/WebKit/Source/core/svg/BUILD.gn

Issue 2633143002: SVG objects with same idrefs conflict when under different shadow root (Closed)
Patch Set: ensureSVGTreeScopedResources(); add comment Created 3 years, 11 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/BUILD.gn
diff --git a/third_party/WebKit/Source/core/svg/BUILD.gn b/third_party/WebKit/Source/core/svg/BUILD.gn
index 64ac7d17944f5c7521f5b2c6341c4543fba65a51..9859b9b2384b73b7b60e3c9847fdc9f819d4e121 100644
--- a/third_party/WebKit/Source/core/svg/BUILD.gn
+++ b/third_party/WebKit/Source/core/svg/BUILD.gn
@@ -267,6 +267,8 @@ blink_core_sources("svg") {
"SVGTransformList.cpp",
"SVGTransformListTearOff.cpp",
"SVGTransformTearOff.cpp",
+ "SVGTreeScopeResources.cpp",
+ "SVGTreeScopeResources.h",
"SVGURIReference.cpp",
"SVGURIReference.h",
"SVGUnitTypes.cpp",
« no previous file with comments | « third_party/WebKit/Source/core/layout/svg/SVGResources.cpp ('k') | third_party/WebKit/Source/core/svg/SVGDocumentExtensions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698