| Index: Source/core/html/track/vtt/VTTCue.h
|
| diff --git a/Source/core/html/track/vtt/VTTCue.h b/Source/core/html/track/vtt/VTTCue.h
|
| index d5f7965dfbda29a9ffbf3df9d545bec777ce4995..388c2e349ef4179da6fc0a4bb01ec532b996cab6 100644
|
| --- a/Source/core/html/track/vtt/VTTCue.h
|
| +++ b/Source/core/html/track/vtt/VTTCue.h
|
| @@ -143,6 +143,9 @@ public:
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| + // Applies CSS properties retrieved from settings on text tracks elements.
|
| + void applyUserOverrideCSSProperties();
|
| +
|
| private:
|
| VTTCue(Document&, double startTime, double endTime, const String& text);
|
|
|
|
|