| Index: Source/core/rendering/RenderMediaControls.h
|
| diff --git a/Source/core/rendering/RenderMediaControls.h b/Source/core/rendering/RenderMediaControls.h
|
| index 79d25bfa9b684e6990d422440ca9b315569cd973..48cb9871242277915696cc3466074f980e2512f2 100644
|
| --- a/Source/core/rendering/RenderMediaControls.h
|
| +++ b/Source/core/rendering/RenderMediaControls.h
|
| @@ -40,7 +40,7 @@ class RenderObject;
|
| class RenderMediaControls {
|
| public:
|
| static bool paintMediaControlsPart(MediaControlElementType, RenderObject*, const PaintInfo&, const IntRect&);
|
| - static void adjustMediaSliderThumbSize(RenderStyle*);
|
| + static void adjustMediaSliderThumbSize(RenderStyle&);
|
| static String formatMediaControlsTime(float time);
|
| static String formatMediaControlsCurrentTime(float currentTime, float duration);
|
| };
|
|
|