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

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

Issue 2737653006: Add a new mechanism for watching SVGElement 'href' targets (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/svg/SVGMPathElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/svg/SVGMPathElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGMPathElement.h b/third_party/WebKit/Source/core/svg/SVGMPathElement.h
index 5aeb32dafd1b8ef313e9f59eb9aefc31b5f50c05..112043af67f6ecb5a64ad34e423208f10221a456 100644
--- a/third_party/WebKit/Source/core/svg/SVGMPathElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGMPathElement.h
@@ -20,7 +20,6 @@
#ifndef SVGMPathElement_h
#define SVGMPathElement_h
-#include "core/SVGNames.h"
#include "core/svg/SVGElement.h"
#include "core/svg/SVGURIReference.h"
@@ -55,6 +54,8 @@ class SVGMPathElement final : public SVGElement, public SVGURIReference {
bool layoutObjectIsNeeded(const ComputedStyle&) override { return false; }
void notifyParentOfPathChange(ContainerNode*);
+
+ Member<IdTargetObserver> m_targetIdObserver;
};
} // namespace blink
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/svg/SVGMPathElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698