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

Unified Diff: Source/core/svg/SVGMarkerElement.h

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle Created 5 years, 9 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
« no previous file with comments | « Source/core/svg/SVGMPathElement.h ('k') | Source/core/svg/SVGMarkerElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGMarkerElement.h
diff --git a/Source/core/svg/SVGMarkerElement.h b/Source/core/svg/SVGMarkerElement.h
index dbd057a92262e4ecc52d4833766dafe31222f387..a936ba2ca86293ded679caceafc2065ee2da132b 100644
--- a/Source/core/svg/SVGMarkerElement.h
+++ b/Source/core/svg/SVGMarkerElement.h
@@ -83,8 +83,8 @@ private:
virtual void svgAttributeChanged(const QualifiedName&) override;
virtual void childrenChanged(const ChildrenChange&) override;
- virtual LayoutObject* createLayoutObject(const LayoutStyle&) override;
- virtual bool layoutObjectIsNeeded(const LayoutStyle&) override { return true; }
+ virtual LayoutObject* createLayoutObject(const ComputedStyle&) override;
+ virtual bool layoutObjectIsNeeded(const ComputedStyle&) override { return true; }
virtual bool selfHasRelativeLengths() const override;
« no previous file with comments | « Source/core/svg/SVGMPathElement.h ('k') | Source/core/svg/SVGMarkerElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698