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

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

Issue 291163004: Implement media cast buttons (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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 | Source/core/css/CSSValueKeywords.in » ('j') | Source/core/css/mediaControls.css » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSPrimitiveValueMappings.h
diff --git a/Source/core/css/CSSPrimitiveValueMappings.h b/Source/core/css/CSSPrimitiveValueMappings.h
index 95885c9a7a0867595faf735e326e7f363d136e33..ee74df1520bf7f9b5708cf06018c1896eefe0aa6 100644
--- a/Source/core/css/CSSPrimitiveValueMappings.h
+++ b/Source/core/css/CSSPrimitiveValueMappings.h
@@ -449,6 +449,12 @@ template<> inline CSSPrimitiveValue::CSSPrimitiveValue(ControlPart e)
case MediaToggleClosedCaptionsButtonPart:
m_value.valueID = CSSValueMediaToggleClosedCaptionsButton;
break;
+ case MediaCastOnButtonPart:
+ m_value.valueID = CSSValueMediaCastOnButton;
+ break;
+ case MediaCastOffButtonPart:
+ m_value.valueID = CSSValueMediaCastOffButton;
+ break;
case MediaSliderPart:
m_value.valueID = CSSValueMediaSlider;
break;
« no previous file with comments | « no previous file | Source/core/css/CSSValueKeywords.in » ('j') | Source/core/css/mediaControls.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698