| 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 20f5fd19623ff5a14d8c9a1e018132d4c70cc09b..7c318cb6897018cb9c3f3cdc068c01fa6f3d63e6 100644
|
| --- a/third_party/WebKit/Source/core/paint/ThemePainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/ThemePainter.cpp
|
| @@ -132,8 +132,6 @@ bool ThemePainter::paint(const LayoutObject& o,
|
| return MediaControlsPainter::paintMediaVolumeSlider(o, paintInfo, r);
|
| case MediaVolumeSliderThumbPart:
|
| return MediaControlsPainter::paintMediaVolumeSliderThumb(o, paintInfo, r);
|
| - case MediaFullscreenVolumeSliderPart:
|
| - case MediaFullscreenVolumeSliderThumbPart:
|
| case MediaTimeRemainingPart:
|
| case MediaCurrentTimePart:
|
| case MediaControlsBackgroundPart:
|
|
|