| Index: third_party/WebKit/Source/core/paint/MediaControlsPainter.h
|
| diff --git a/third_party/WebKit/Source/core/paint/MediaControlsPainter.h b/third_party/WebKit/Source/core/paint/MediaControlsPainter.h
|
| index 93443689f8a96d13c3d0565012495c029ff91530..cd2589b1a309181d4974d7d3434c7feb9efeefa1 100644
|
| --- a/third_party/WebKit/Source/core/paint/MediaControlsPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/MediaControlsPainter.h
|
| @@ -51,6 +51,9 @@ public:
|
| static bool paintMediaFullscreenButton(const LayoutObject&, const PaintInfo&, const IntRect&);
|
| static bool paintMediaOverlayPlayButton(const LayoutObject&, const PaintInfo&, const IntRect&);
|
| static bool paintMediaCastButton(const LayoutObject&, const PaintInfo&, const IntRect&);
|
| + static bool paintMediaTrackSelectionCheckmark(const LayoutObject&, const PaintInfo&, const IntRect&);
|
| + static bool paintMediaClosedCaptionsIcon(const LayoutObject&, const PaintInfo&, const IntRect&);
|
| + static bool paintMediaSubtitlesIcon(const LayoutObject&, const PaintInfo&, const IntRect&);
|
| static void adjustMediaSliderThumbSize(ComputedStyle&);
|
|
|
| private:
|
|
|