| Index: third_party/WebKit/Source/core/layout/LayoutSliderThumb.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutSliderThumb.cpp b/third_party/WebKit/Source/core/layout/LayoutSliderThumb.cpp
|
| index 97676ad5cad6647640834c6e39c19867c9c6c81b..2479643e576e2e90640c2a24c20124efcd98215e 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutSliderThumb.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutSliderThumb.cpp
|
| @@ -48,8 +48,6 @@ void LayoutSliderThumb::updateAppearance(const ComputedStyle& parentStyle) {
|
| mutableStyleRef().setAppearance(MediaSliderThumbPart);
|
| else if (parentStyle.appearance() == MediaVolumeSliderPart)
|
| mutableStyleRef().setAppearance(MediaVolumeSliderThumbPart);
|
| - else if (parentStyle.appearance() == MediaFullscreenVolumeSliderPart)
|
| - mutableStyleRef().setAppearance(MediaFullscreenVolumeSliderThumbPart);
|
| if (styleRef().hasAppearance())
|
| LayoutTheme::theme().adjustSliderThumbSize(mutableStyleRef());
|
| }
|
|
|