Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: third_party/WebKit/Source/core/html/shadow/SliderThumbElement.cpp

Issue 2760063003: Remove the -webkit-fullscreen-volume-* pseudos, they're dead code. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/html/shadow/SliderThumbElement.cpp
diff --git a/third_party/WebKit/Source/core/html/shadow/SliderThumbElement.cpp b/third_party/WebKit/Source/core/html/shadow/SliderThumbElement.cpp
index ddd3f9b913ce6da687e1410466588f7918834491..d5ca0fc2a5c53c3e520fcf5f23f6fd2f6cd929ba 100644
--- a/third_party/WebKit/Source/core/html/shadow/SliderThumbElement.cpp
+++ b/third_party/WebKit/Source/core/html/shadow/SliderThumbElement.cpp
@@ -302,8 +302,6 @@ const AtomicString& SliderThumbElement::shadowPseudoId() const {
case MediaSliderThumbPart:
case MediaVolumeSliderPart:
case MediaVolumeSliderThumbPart:
- case MediaFullscreenVolumeSliderPart:
- case MediaFullscreenVolumeSliderThumbPart:
return mediaSliderThumbShadowPartId();
default:
return sliderThumbShadowPartId();
@@ -434,8 +432,6 @@ const AtomicString& SliderContainerElement::shadowPseudoId() const {
case MediaSliderThumbPart:
case MediaVolumeSliderPart:
case MediaVolumeSliderThumbPart:
- case MediaFullscreenVolumeSliderPart:
- case MediaFullscreenVolumeSliderThumbPart:
return mediaSliderContainer;
default:
return sliderContainer;

Powered by Google App Engine
This is Rietveld 408576698