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

Unified Diff: Source/core/layout/svg/LayoutSVGResourceContainer.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/LayoutSVGResourceContainer.h
diff --git a/Source/core/layout/svg/LayoutSVGResourceContainer.h b/Source/core/layout/svg/LayoutSVGResourceContainer.h
index 57e03f258049bb093001c68ea2697679bff47086..7982e4f28f56d74bc21da4d0b015eb8cfa28960c 100644
--- a/Source/core/layout/svg/LayoutSVGResourceContainer.h
+++ b/Source/core/layout/svg/LayoutSVGResourceContainer.h
@@ -46,7 +46,7 @@ public:
virtual void removeClientFromCache(LayoutObject*, bool markForInvalidation = true) = 0;
virtual void layout() override;
- virtual void styleDidChange(StyleDifference, const LayoutStyle* oldStyle) override final;
+ virtual void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override final;
virtual bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectSVGResourceContainer || LayoutSVGHiddenContainer::isOfType(type); }
virtual LayoutSVGResourceType resourceType() const = 0;
« no previous file with comments | « Source/core/layout/svg/LayoutSVGResourceClipper.cpp ('k') | Source/core/layout/svg/LayoutSVGResourceContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698