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

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: Addressed nits 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
« no previous file with comments | « Source/core/css/resolver/StyleResolver.cpp ('k') | Source/core/html/track/vtt/VTTCue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/Settings.in
diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in
index 8b13c743bd968ceb6ad5f2a8b56eb69724f93ab6..a56ddde44e7d3872ddc13937dd936c2fe0d3e81f 100644
--- a/Source/core/frame/Settings.in
+++ b/Source/core/frame/Settings.in
@@ -323,3 +323,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
« no previous file with comments | « Source/core/css/resolver/StyleResolver.cpp ('k') | Source/core/html/track/vtt/VTTCue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698