Chromium Code Reviews| Index: Source/core/frame/Settings.in |
| diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in |
| index 66d01deb40d0ec2b77b6c0f1ca5fb01d21574607..8752e7c7d5bad0ee1cf6faf19386389b6a3cdb48 100644 |
| --- a/Source/core/frame/Settings.in |
| +++ b/Source/core/frame/Settings.in |
| @@ -325,3 +325,14 @@ logDnsPrefetchAndPreconnect initial=false |
| # If true, the UA styles will include viewportAndroid.css. It is used for |
| # Android, and dynamically set by the inspector for mobile emulation. |
| useMobileViewportStyle initial=false, invalidate=ViewportRule |
| + |
| +# Platform closed captions state |
| +platformClosedCaptionsEnabled initial=false |
|
philipj_slow
2015/03/24 07:11:58
Thank you! The bit of the spec where I hoped to us
srivats
2015/03/25 15:03:28
I removed platformClosedCaptionsEnabled and I'm ig
|
| +# User style overrides for captions and subtitles |
| +textTrackBackgroundColor type=String |
| +textTrackFontFamily type=String |
| +textTrackFontStyle type=String |
| +textTrackFontVariant type=String |
| +textTrackTextColor type=String |
| +textTrackTextShadow type=String |
| +textTrackTextSize type=String |