| 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 c57bb43667e7783b3ed507f51a6829bbe1acc980..a871d630f2b8ef37b84829d78052e5d6888cf6da 100644
|
| --- a/third_party/WebKit/Source/core/paint/MediaControlsPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/MediaControlsPainter.h
|
| @@ -88,6 +88,9 @@ class MediaControlsPainter {
|
| const PaintInfo&,
|
| const IntRect&);
|
| static void adjustMediaSliderThumbSize(ComputedStyle&);
|
| + static bool paintMediaRemotingCastIcon(const LayoutObject&,
|
| + const PaintInfo&,
|
| + const IntRect&);
|
|
|
| private:
|
| static void adjustMediaSliderThumbPaintSize(const IntRect&,
|
|
|