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

Unified Diff: Source/core/svg/SVGStyleElement.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/SVGStopElement.cpp ('k') | Source/core/svg/SVGSwitchElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGStyleElement.h
diff --git a/Source/core/svg/SVGStyleElement.h b/Source/core/svg/SVGStyleElement.h
index a0e478c55762f04aaf7d31e31a98c2b2431ea1ee..d4549b2ff0dbec7fa58f4542d5ac77ce35449b2d 100644
--- a/Source/core/svg/SVGStyleElement.h
+++ b/Source/core/svg/SVGStyleElement.h
@@ -62,7 +62,7 @@ private:
virtual void childrenChanged(const ChildrenChange&) override;
virtual void finishParsingChildren() override;
- virtual bool layoutObjectIsNeeded(const LayoutStyle&) override { return false; }
+ virtual bool layoutObjectIsNeeded(const ComputedStyle&) override { return false; }
virtual bool sheetLoaded() override { return StyleElement::sheetLoaded(document()); }
virtual void startLoadingDynamicSheet() override { StyleElement::startLoadingDynamicSheet(document()); }
« no previous file with comments | « Source/core/svg/SVGStopElement.cpp ('k') | Source/core/svg/SVGSwitchElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698