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

Unified Diff: third_party/WebKit/Source/core/svg/SVGTextPathElement.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
Index: third_party/WebKit/Source/core/svg/SVGTextPathElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGTextPathElement.h b/third_party/WebKit/Source/core/svg/SVGTextPathElement.h
index 683cce803c9424f9279557175e03f8c04be26523..593a378da0c9f7c6afc4860833fb26804f3ab56c 100644
--- a/third_party/WebKit/Source/core/svg/SVGTextPathElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGTextPathElement.h
@@ -95,6 +95,7 @@ class SVGTextPathElement final : public SVGTextContentElement,
Member<SVGAnimatedLength> m_startOffset;
Member<SVGAnimatedEnumeration<SVGTextPathMethodType>> m_method;
Member<SVGAnimatedEnumeration<SVGTextPathSpacingType>> m_spacing;
+ Member<IdTargetObserver> m_targetIdObserver;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGMPathElement.cpp ('k') | third_party/WebKit/Source/core/svg/SVGTextPathElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698