Index: Source/core/layout/LayoutSliderThumb.h |
diff --git a/Source/core/layout/LayoutSliderThumb.h b/Source/core/layout/LayoutSliderThumb.h |
index aa389f65a126a33bddc87641c4d0268d352697bf..6cd005edc531d9cffe47e3383bd4cf48899304bf 100644 |
--- a/Source/core/layout/LayoutSliderThumb.h |
+++ b/Source/core/layout/LayoutSliderThumb.h |
@@ -42,7 +42,7 @@ class SliderThumbElement; |
class LayoutSliderThumb final : public LayoutBlockFlow { |
public: |
LayoutSliderThumb(SliderThumbElement*); |
- void updateAppearance(const LayoutStyle& parentStyle); |
+ void updateAppearance(const ComputedStyle& parentStyle); |
private: |
virtual bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectSliderThumb || LayoutBlockFlow::isOfType(type); } |