Index: Source/core/layout/LayoutSliderThumb.cpp |
diff --git a/Source/core/layout/LayoutSliderThumb.cpp b/Source/core/layout/LayoutSliderThumb.cpp |
index f30bbaef475abdb40f91cf0fab9cd965f27a8951..a8aecba3e729c32710f28f1008bccb1011221089 100644 |
--- a/Source/core/layout/LayoutSliderThumb.cpp |
+++ b/Source/core/layout/LayoutSliderThumb.cpp |
@@ -33,7 +33,7 @@ |
#include "core/layout/LayoutSliderThumb.h" |
#include "core/layout/LayoutTheme.h" |
-#include "core/layout/style/LayoutStyle.h" |
+#include "core/layout/style/ComputedStyle.h" |
namespace blink { |
@@ -42,7 +42,7 @@ LayoutSliderThumb::LayoutSliderThumb(SliderThumbElement* element) |
{ |
} |
-void LayoutSliderThumb::updateAppearance(const LayoutStyle& parentStyle) |
+void LayoutSliderThumb::updateAppearance(const ComputedStyle& parentStyle) |
{ |
if (parentStyle.appearance() == SliderVerticalPart) |
mutableStyleRef().setAppearance(SliderThumbVerticalPart); |