Index: Source/core/layout/LayoutSliderThumb.h |
diff --git a/Source/core/layout/LayoutSliderThumb.h b/Source/core/layout/LayoutSliderThumb.h |
index f3bc72c9ad6c44d58e3dcffbe3528ac01d3969ab..a48beab49a371b13f6fb72caa07ea6b1269fc74d 100644 |
--- a/Source/core/layout/LayoutSliderThumb.h |
+++ b/Source/core/layout/LayoutSliderThumb.h |
@@ -42,7 +42,7 @@ class SliderThumbElement; |
class LayoutSliderThumb final : public RenderBlockFlow { |
public: |
LayoutSliderThumb(SliderThumbElement*); |
- void updateAppearance(RenderStyle* parentStyle); |
+ void updateAppearance(const RenderStyle& parentStyle); |
private: |
virtual bool isOfType(RenderObjectType type) const override { return type == RenderObjectSliderThumb || RenderBlockFlow::isOfType(type); } |