| 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>>
|
|
|