| 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 0e39d63fd81a5d39eb24267a66f2d584e8bab58b..27846248ba54c8f8bd9c69adc1f27e8e1f6bf3c0 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&,
|
|
|