Index: Source/core/frame/Settings.in |
diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in |
index 66d01deb40d0ec2b77b6c0f1ca5fb01d21574607..b3c8bc68313e1530a382346134dea353fc6614e4 100644 |
--- a/Source/core/frame/Settings.in |
+++ b/Source/core/frame/Settings.in |
@@ -325,3 +325,12 @@ 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 |
+ |
+# 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 |
philipj_slow
2015/03/17 02:22:31
What is the expected format of this string? In the
srivats
2015/03/18 01:58:13
Font size css property can have multiple formats l
philipj_slow
2015/03/18 06:31:09
OK, so the actual data type of the setting is seco
|