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

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

Issue 2490163002: Reland of "Tracking reference filter mutation via SVGElementProxy" (Closed)
Patch Set: Fix double observer unregistration; simplify scope selection; add tests 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/SVGDocumentExtensions.h
diff --git a/third_party/WebKit/Source/core/svg/SVGDocumentExtensions.h b/third_party/WebKit/Source/core/svg/SVGDocumentExtensions.h
index b4378a4882b17ca0fc8f480f5fca40ea2a35c433..482f8d78ad69e44b9fff36a7249cc3d2be7bc64d 100644
--- a/third_party/WebKit/Source/core/svg/SVGDocumentExtensions.h
+++ b/third_party/WebKit/Source/core/svg/SVGDocumentExtensions.h
@@ -32,11 +32,11 @@
namespace blink {
class Document;
+class Element;
class LayoutSVGResourceContainer;
-class SubtreeLayoutScope;
-class SVGSVGElement;
class SVGElement;
-class Element;
+class SVGSVGElement;
+class SubtreeLayoutScope;
class SVGDocumentExtensions
: public GarbageCollectedFinalized<SVGDocumentExtensions> {
@@ -85,7 +85,6 @@ class SVGDocumentExtensions
private:
Member<Document> m_document;
- // For SVG 1.2 support this will need to be made more general.
HeapHashSet<Member<SVGSVGElement>> m_timeContainers;
using SVGElementSet = HeapHashSet<Member<SVGElement>>;
SVGElementSet m_webAnimationsPendingSVGElements;
« no previous file with comments | « third_party/WebKit/Source/core/svg/BUILD.gn ('k') | third_party/WebKit/Source/core/svg/SVGDocumentExtensions.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698