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

Unified Diff: third_party/WebKit/Source/core/svg/SVGPatternElement.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/SVGPatternElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGPatternElement.h b/third_party/WebKit/Source/core/svg/SVGPatternElement.h
index 82ed1b563ebed9b07aa550dfdd2ade428084f431..27dc1e29c5a583768bb66930c612aed783163088 100644
--- a/third_party/WebKit/Source/core/svg/SVGPatternElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGPatternElement.h
@@ -81,7 +81,6 @@ class SVGPatternElement final : public SVGElement,
explicit SVGPatternElement(Document&);
bool IsValid() const override { return SVGTests::IsValid(); }
- bool NeedsPendingResourceHandling() const override { return false; }
void CollectStyleForPresentationAttribute(const QualifiedName&,
const AtomicString&,
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGMaskElement.h ('k') | third_party/WebKit/Source/core/svg/SVGTreeScopeResources.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698