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

Unified Diff: Source/core/frame/Settings.in

Issue 921833003: Expose APIs for text track settings (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 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: 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

Powered by Google App Engine
This is Rietveld 408576698