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

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

Issue 1760553002: Clean up reparenting in SVGUseElement::expand* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/SVGUseElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGUseElement.h b/third_party/WebKit/Source/core/svg/SVGUseElement.h
index c1cd21498490b6868f3ec9b5b5549bc1a2ff879c..c135ea2a7bdb7856d444f406759fa5f95ad2b621 100644
--- a/third_party/WebKit/Source/core/svg/SVGUseElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGUseElement.h
@@ -98,8 +98,6 @@ private:
void expandSymbolElementsInShadowTree();
void cloneNonMarkupEventListeners();
- void transferUseAttributesToReplacedElement(SVGElement* from, SVGElement* to) const;
-
void invalidateDependentShadowTrees();
bool resourceIsStillLoading() const;

Powered by Google App Engine
This is Rietveld 408576698