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

Unified Diff: Source/core/layout/svg/LayoutSVGTransformableContainer.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
Index: Source/core/layout/svg/LayoutSVGTransformableContainer.h
diff --git a/Source/core/layout/svg/LayoutSVGTransformableContainer.h b/Source/core/layout/svg/LayoutSVGTransformableContainer.h
index b91f457251d76cd79483bebe967512de85589481..aad5b685d4ff526c28bf0ab0934ac764be239b8f 100644
--- a/Source/core/layout/svg/LayoutSVGTransformableContainer.h
+++ b/Source/core/layout/svg/LayoutSVGTransformableContainer.h
@@ -30,7 +30,7 @@ class LayoutSVGTransformableContainer final : public LayoutSVGContainer {
public:
explicit LayoutSVGTransformableContainer(SVGGraphicsElement*);
- virtual bool isChildAllowed(LayoutObject*, const LayoutStyle&) const override;
+ virtual bool isChildAllowed(LayoutObject*, const ComputedStyle&) const override;
virtual bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectSVGTransformableContainer || LayoutSVGContainer::isOfType(type); }
virtual const AffineTransform& localToParentTransform() const override { return m_localTransform; }
« no previous file with comments | « Source/core/layout/svg/LayoutSVGTextPath.cpp ('k') | Source/core/layout/svg/LayoutSVGTransformableContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698