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