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

Unified Diff: third_party/WebKit/Source/core/layout/svg/SVGResources.h

Issue 2821333002: Move the BreakCycle() method from the cycle solver to SVGResources (Closed)
Patch Set: Created 3 years, 8 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/layout/svg/SVGResources.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/svg/SVGResources.h
diff --git a/third_party/WebKit/Source/core/layout/svg/SVGResources.h b/third_party/WebKit/Source/core/layout/svg/SVGResources.h
index 41af41f53d775d7baba2cd49af53699005eef8a8..276203ba2e8c9be1ead007d3ea33454fb8922c7c 100644
--- a/third_party/WebKit/Source/core/layout/svg/SVGResources.h
+++ b/third_party/WebKit/Source/core/layout/svg/SVGResources.h
@@ -99,27 +99,15 @@ class SVGResources {
LayoutObject*,
bool mark_for_invalidation = true) const;
void ResourceDestroyed(LayoutSVGResourceContainer*);
+ void ClearReferencesTo(LayoutSVGResourceContainer*);
#ifndef NDEBUG
void Dump(const LayoutObject*);
#endif
private:
- friend class SVGResourcesCycleSolver;
-
bool HasResourceData() const;
- // Only used by SVGResourcesCache cycle detection logic
- void ResetClipper();
- void ResetFilter();
- void ResetMarkerStart();
- void ResetMarkerMid();
- void ResetMarkerEnd();
- void ResetMasker();
- void ResetFill();
- void ResetStroke();
- void ResetLinkedResource();
-
void SetClipper(LayoutSVGResourceClipper*);
void SetFilter(LayoutSVGResourceFilter*);
void SetMarkerStart(LayoutSVGResourceMarker*);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/svg/SVGResources.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698