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

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

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/svg/SVGElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGElement.h b/third_party/WebKit/Source/core/svg/SVGElement.h
index 0dd6c833a6adb807cfa08cc5bde695d6d8d226d7..024ad0ad7c4536f0c6bb19ac62c3d4db42854562 100644
--- a/third_party/WebKit/Source/core/svg/SVGElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGElement.h
@@ -42,6 +42,7 @@ class SVGAnimatedString;
class SVGCursorElement;
class SVGDocumentExtensions;
class SVGElement;
+class SVGElementProxySet;
class SVGElementRareData;
class SVGFitToViewBox;
class SVGPropertyBase;
@@ -167,6 +168,8 @@ class CORE_EXPORT SVGElement : public Element {
bool inUseShadowTree() const;
+ SVGElementProxySet* elementProxySet();
+
SVGElementSet* setOfIncomingReferences() const;
void addReferenceTo(SVGElement*);
void rebuildAllIncomingReferences();
« no previous file with comments | « third_party/WebKit/Source/core/style/ClipPathOperation.cpp ('k') | third_party/WebKit/Source/core/svg/SVGElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698