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

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

Issue 2685113002: Cleanup SVGElement::layoutObjectIsNeeded. (Closed)
Patch Set: Preserving behavior Created 3 years, 10 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 bf453f915606f77abf257048f8afce72ac48a439..22a6c1ef5b00592b2ccd039c72aea353659ea4f7 100644
--- a/third_party/WebKit/Source/core/svg/SVGElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGElement.h
@@ -148,6 +148,7 @@ class CORE_EXPORT SVGElement : public Element {
void synchronizeAnimatedSVGAttribute(const QualifiedName&) const;
PassRefPtr<ComputedStyle> customStyleForLayoutObject() final;
+ bool layoutObjectIsNeeded(const ComputedStyle&) override;
#if DCHECK_IS_ON()
virtual bool isAnimatableAttribute(const QualifiedName&) const;
« no previous file with comments | « third_party/WebKit/Source/core/dom/LayoutTreeBuilder.cpp ('k') | third_party/WebKit/Source/core/svg/SVGElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698