| 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 b93cb2daaff4371eaa8b24ad479903acd582c24e..7561d7f0fba8a11549028dd91974fa9375702f9a 100644
|
| --- a/Source/core/html/track/vtt/VTTCue.h
|
| +++ b/Source/core/html/track/vtt/VTTCue.h
|
| @@ -103,6 +103,9 @@ public:
|
|
|
| void parseSettings(const String&);
|
|
|
| + // Applies CSS override style from user settings.
|
| + void applyUserOverrideCSSProperties();
|
| +
|
| PassRefPtrWillBeRawPtr<DocumentFragment> getCueAsHTML();
|
|
|
| const String& regionId() const { return m_regionId; }
|
|
|