| Index: Source/core/frame/Settings.in
|
| diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in
|
| index d22d096668061b60e6557b4a43bf34cf950c07f6..5616cfab9a52bf426d5b36cde2e90d21d51ba6e1 100644
|
| --- a/Source/core/frame/Settings.in
|
| +++ b/Source/core/frame/Settings.in
|
| @@ -329,6 +329,10 @@ logPreload initial=false
|
| # Android, and dynamically set by the inspector for mobile emulation.
|
| useMobileViewportStyle initial=false, invalidate=ViewportRule
|
|
|
| +# AutomaticTrackSelection is performed based on user preference for track kind specified
|
| +# by this setting.
|
| +textTrackKindUserPreference type=TextTrackKindUserPreference, initial=TextTrackKindUserPreference::Default, invalidate=TextTrackKindUserPreference
|
| +
|
| # User style overrides for captions and subtitles
|
| textTrackBackgroundColor type=String
|
| textTrackFontFamily type=String
|
|
|