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

Unified Diff: third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h

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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSValueKeywords.json5 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h
diff --git a/third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h b/third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h
index 07bf8f474aac54b867a66a4de38aaee5847a203b..f321bb24af66f8a861f48649926abc7759330898 100644
--- a/third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h
+++ b/third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h
@@ -403,12 +403,6 @@ inline CSSIdentifierValue::CSSIdentifierValue(ControlPart e)
case MediaControlsFullscreenBackgroundPart:
m_valueID = CSSValueMediaControlsFullscreenBackground;
break;
- case MediaFullscreenVolumeSliderPart:
- m_valueID = CSSValueMediaFullscreenVolumeSlider;
- break;
- case MediaFullscreenVolumeSliderThumbPart:
- m_valueID = CSSValueMediaFullscreenVolumeSliderThumb;
- break;
case MediaCurrentTimePart:
m_valueID = CSSValueMediaCurrentTimeDisplay;
break;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSValueKeywords.json5 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698