| Index: Source/core/paint/MediaControlsPainter.h
|
| diff --git a/Source/core/paint/MediaControlsPainter.h b/Source/core/paint/MediaControlsPainter.h
|
| index cf2746568425fa174115fd7b6938ec2d58e58950..aa3781a1aac524ecc82dc2901776d775c8487246 100644
|
| --- a/Source/core/paint/MediaControlsPainter.h
|
| +++ b/Source/core/paint/MediaControlsPainter.h
|
| @@ -49,6 +49,10 @@ public:
|
| static bool paintMediaOverlayPlayButton(LayoutObject*, const PaintInfo&, const IntRect&);
|
| static bool paintMediaCastButton(LayoutObject*, const PaintInfo&, const IntRect&);
|
| static void adjustMediaSliderThumbSize(ComputedStyle&);
|
| +
|
| +private:
|
| + static void adjustMediaSliderThumbPaintSize(const IntRect&, const ComputedStyle&, IntRect& rectOut);
|
| + static void paintMediaSliderInternal(LayoutObject*, const PaintInfo&, const IntRect&);
|
| };
|
|
|
| } // namespace blink
|
|
|