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

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

Issue 2824823003: DOM-based SVG resource tracking (Closed)
Patch Set: Update baselines Created 3 years, 7 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/SVGElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGElement.h b/third_party/WebKit/Source/core/svg/SVGElement.h
index b4005f6c112dcaa4bb581499162dacd47bf6a0e8..f7f7d77aad72945bf65afac90a280189391b0a47 100644
--- a/third_party/WebKit/Source/core/svg/SVGElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGElement.h
@@ -87,7 +87,6 @@ class CORE_EXPORT SVGElement : public Element {
kAncestorScope // Used by SVGSVGElement::get{Enclosure|Intersection}List()
};
virtual AffineTransform LocalCoordinateSpaceTransform(CTMScope) const;
- virtual bool NeedsPendingResourceHandling() const { return true; }
bool InstanceUpdatesBlocked() const;
void SetInstanceUpdatesBlocked(bool);
@@ -271,8 +270,6 @@ class CORE_EXPORT SVGElement : public Element {
}
void WillRecalcStyle(StyleRecalcChange) override;
- void BuildPendingResourcesIfNeeded();
-
HeapHashSet<WeakMember<SVGElement>> elements_with_relative_lengths_;
typedef HeapHashMap<QualifiedName, Member<SVGAnimatedPropertyBase>>
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGClipPathElement.h ('k') | third_party/WebKit/Source/core/svg/SVGElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698