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

Unified Diff: Source/core/html/forms/RangeInputType.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/forms/RangeInputType.h ('k') | Source/core/html/forms/SearchInputType.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/RangeInputType.cpp
diff --git a/Source/core/html/forms/RangeInputType.cpp b/Source/core/html/forms/RangeInputType.cpp
index aa5a3a53da287a8aca5e6bfdca2d7cdf0f6ca7d5..f9e34a6ac90f74d8a7d9e463f2fb0e8049e590f9 100644
--- a/Source/core/html/forms/RangeInputType.cpp
+++ b/Source/core/html/forms/RangeInputType.cpp
@@ -244,7 +244,7 @@ void RangeInputType::createShadowSubtree()
element().closedShadowRoot()->appendChild(container.release());
}
-LayoutObject* RangeInputType::createLayoutObject(const LayoutStyle&) const
+LayoutObject* RangeInputType::createLayoutObject(const ComputedStyle&) const
{
return new LayoutSlider(&element());
}
« no previous file with comments | « Source/core/html/forms/RangeInputType.h ('k') | Source/core/html/forms/SearchInputType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698