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

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp

Issue 2484153003: Use an SVGElementProxy in ReferenceClipPathOperation (Closed)
Patch Set: Rebase; fix comments; findElement Created 4 years, 1 month 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/layout/svg/LayoutSVGResourceContainer.cpp
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp
index 3fc824844162e8b2c778f0f81c03ce12890a9b92..5d72405397bbbfec2fa59de0ec37940204a2ee26 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp
@@ -61,6 +61,10 @@ void LayoutSVGResourceContainer::layout() {
clearInvalidationMask();
}
+SVGElementProxySet* LayoutSVGResourceContainer::elementProxySet() {
+ return element()->elementProxySet();
+}
+
void LayoutSVGResourceContainer::notifyContentChanged() {
if (SVGElementProxySet* proxySet = elementProxySet())
proxySet->notifyContentChanged(element()->treeScope());

Powered by Google App Engine
This is Rietveld 408576698