| 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 e0b8e877518c6275c80b5bae941d62493e0f128d..f9dbaa8dc324980d7e466b2e04d6c021025f1f8f 100644
|
| --- a/third_party/WebKit/Source/core/paint/ThemePainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/ThemePainter.cpp
|
| @@ -125,8 +125,8 @@ bool ThemePainter::paint(const LayoutObject& o, const PaintInfo& paintInfo, cons
|
| return MediaControlsPainter::paintMediaVolumeSlider(o, paintInfo, r);
|
| case MediaVolumeSliderThumbPart:
|
| return MediaControlsPainter::paintMediaVolumeSliderThumb(o, paintInfo, r);
|
| - case MediaFullScreenVolumeSliderPart:
|
| - case MediaFullScreenVolumeSliderThumbPart:
|
| + case MediaFullscreenVolumeSliderPart:
|
| + case MediaFullscreenVolumeSliderThumbPart:
|
| case MediaTimeRemainingPart:
|
| case MediaCurrentTimePart:
|
| case MediaControlsBackgroundPart:
|
|
|