| Index: third_party/WebKit/Source/core/paint/ThemePainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/ThemePainter.cpp b/third_party/WebKit/Source/core/paint/ThemePainter.cpp
|
| index 7c318cb6897018cb9c3f3cdc068c01fa6f3d63e6..b58120effa21feab56b5d48b5cc12cc1107a2850 100644
|
| --- a/third_party/WebKit/Source/core/paint/ThemePainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/ThemePainter.cpp
|
| @@ -159,6 +159,9 @@ bool ThemePainter::paint(const LayoutObject& o,
|
| return paintSearchField(o, paintInfo, r);
|
| case SearchFieldCancelButtonPart:
|
| return paintSearchFieldCancelButton(o, paintInfo, r);
|
| + case MediaRemotingDisableButtonPart:
|
| + return MediaControlsPainter::paintMediaRemotingDisableButton(o, paintInfo,
|
| + r);
|
| default:
|
| break;
|
| }
|
|
|