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

Unified Diff: Source/core/layout/svg/LayoutSVGTSpan.cpp

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/layout/svg/LayoutSVGTSpan.h ('k') | Source/core/layout/svg/LayoutSVGText.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/svg/LayoutSVGTSpan.cpp
diff --git a/Source/core/layout/svg/LayoutSVGTSpan.cpp b/Source/core/layout/svg/LayoutSVGTSpan.cpp
index f24d8a8b48d33176f837ad9e732a8b7d256f9b42..bb6e537395c40ce7c15612c676dc2f9def5c91af 100644
--- a/Source/core/layout/svg/LayoutSVGTSpan.cpp
+++ b/Source/core/layout/svg/LayoutSVGTSpan.cpp
@@ -32,7 +32,7 @@ LayoutSVGTSpan::LayoutSVGTSpan(Element* element)
{
}
-bool LayoutSVGTSpan::isChildAllowed(LayoutObject* child, const LayoutStyle&) const
+bool LayoutSVGTSpan::isChildAllowed(LayoutObject* child, const ComputedStyle&) const
{
// Always allow text (except empty textnodes and <br>).
if (child->isText())
« no previous file with comments | « Source/core/layout/svg/LayoutSVGTSpan.h ('k') | Source/core/layout/svg/LayoutSVGText.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698