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

Unified Diff: Source/core/layout/LayoutSlider.cpp

Issue 926193003: Move rendering/RenderBox to layout/LayoutBox. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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/LayoutScrollbar.cpp ('k') | Source/core/layout/LayoutSliderContainer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutSlider.cpp
diff --git a/Source/core/layout/LayoutSlider.cpp b/Source/core/layout/LayoutSlider.cpp
index 4326a85e7e5916077d4b05330f813cbea7f00beb..fa83133a80886c18be7a3d16fcebcc9eeb5c6e33 100644
--- a/Source/core/layout/LayoutSlider.cpp
+++ b/Source/core/layout/LayoutSlider.cpp
@@ -69,7 +69,7 @@ void LayoutSlider::layout()
{
// FIXME: Find a way to cascade appearance.
// http://webkit.org/b/62535
- RenderBox* thumbBox = sliderThumbElement()->renderBox();
+ LayoutBox* thumbBox = sliderThumbElement()->layoutBox();
if (thumbBox && thumbBox->isSliderThumb())
toLayoutSliderThumb(thumbBox)->updateAppearance(styleRef());
« no previous file with comments | « Source/core/layout/LayoutScrollbar.cpp ('k') | Source/core/layout/LayoutSliderContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698