| 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 cd2589b1a309181d4974d7d3434c7feb9efeefa1..eac87da89ed3b86e9d0b79faa8d5bda8ff6afe57 100644
|
| --- a/third_party/WebKit/Source/core/paint/MediaControlsPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/MediaControlsPainter.h
|
| @@ -54,6 +54,7 @@ public:
|
| 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 bool paintMediaOverflowMenu(const LayoutObject&, const PaintInfo&, const IntRect&);
|
| static void adjustMediaSliderThumbSize(ComputedStyle&);
|
|
|
| private:
|
|
|