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 e700fe43efd022eb6ea20559069e6d6d26a4c4f1..13ee9164ad72810c05f863936e56811eaa73cab3 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutSliderThumb.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutSliderThumb.cpp |
@@ -51,8 +51,8 @@ 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); |
+ else if (parentStyle.appearance() == MediaFullscreenVolumeSliderPart) |
+ mutableStyleRef().setAppearance(MediaFullscreenVolumeSliderThumbPart); |
if (styleRef().hasAppearance()) |
LayoutTheme::theme().adjustSliderThumbSize(mutableStyleRef()); |
} |