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

Unified Diff: third_party/WebKit/Source/core/svg/SVGMaskElement.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/SVGMaskElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGMaskElement.h b/third_party/WebKit/Source/core/svg/SVGMaskElement.h
index 8ef931cc5fe43299abd8f4eea2a37eb0d290874c..c7478869799e720d35eda0406a256b6284ee6149 100644
--- a/third_party/WebKit/Source/core/svg/SVGMaskElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGMaskElement.h
@@ -54,7 +54,6 @@ class SVGMaskElement final : public SVGElement, public SVGTests {
explicit SVGMaskElement(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/SVGMarkerElement.h ('k') | third_party/WebKit/Source/core/svg/SVGPatternElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698