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

Unified Diff: Source/core/html/shadow/DetailsMarkerControl.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/html/shadow/DetailsMarkerControl.h ('k') | Source/core/html/shadow/MeterShadowElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/shadow/DetailsMarkerControl.cpp
diff --git a/Source/core/html/shadow/DetailsMarkerControl.cpp b/Source/core/html/shadow/DetailsMarkerControl.cpp
index 7dd62110a7c59eabdfecf7dd9432c1f5aa866c3e..8a62dba19e1df076334a52d61da92d815621e316 100644
--- a/Source/core/html/shadow/DetailsMarkerControl.cpp
+++ b/Source/core/html/shadow/DetailsMarkerControl.cpp
@@ -44,12 +44,12 @@ DetailsMarkerControl::DetailsMarkerControl(Document& document)
{
}
-LayoutObject* DetailsMarkerControl::createLayoutObject(const LayoutStyle&)
+LayoutObject* DetailsMarkerControl::createLayoutObject(const ComputedStyle&)
{
return new LayoutDetailsMarker(this);
}
-bool DetailsMarkerControl::layoutObjectIsNeeded(const LayoutStyle& style)
+bool DetailsMarkerControl::layoutObjectIsNeeded(const ComputedStyle& style)
{
return summaryElement()->isMainSummary() && HTMLDivElement::layoutObjectIsNeeded(style);
}
« no previous file with comments | « Source/core/html/shadow/DetailsMarkerControl.h ('k') | Source/core/html/shadow/MeterShadowElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698