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

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

Issue 2714473002: Move LayoutSVGResourceContainer registration to SVGTreeScopeResources (Closed)
Patch Set: Created 3 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/SVGTreeScopeResources.h
diff --git a/third_party/WebKit/Source/core/svg/SVGTreeScopeResources.h b/third_party/WebKit/Source/core/svg/SVGTreeScopeResources.h
index a58a438257bb1ce65983aac91773fd7a8ddbfdb0..9529a4adef6f77bf549034d4a01b3460e3690a0b 100644
--- a/third_party/WebKit/Source/core/svg/SVGTreeScopeResources.h
+++ b/third_party/WebKit/Source/core/svg/SVGTreeScopeResources.h
@@ -30,7 +30,7 @@ class SVGTreeScopeResources
explicit SVGTreeScopeResources(TreeScope*);
~SVGTreeScopeResources();
- void addResource(const AtomicString& id, LayoutSVGResourceContainer*);
+ void updateResource(const AtomicString& id, LayoutSVGResourceContainer*);
void removeResource(const AtomicString& id);
LayoutSVGResourceContainer* resourceById(const AtomicString& id) const;

Powered by Google App Engine
This is Rietveld 408576698