| Index: Source/core/frame/Settings.in
|
| diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in
|
| index 2d7f653412eccd670e033199435c77b3c8cc898c..b82a5b04e03b5df3cf88b6a39bcb7ade40b23122 100644
|
| --- a/Source/core/frame/Settings.in
|
| +++ b/Source/core/frame/Settings.in
|
| @@ -324,6 +324,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
|
|
|