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 a93c9873fb003e27d7bcaeebd017483377523f2e..a21430ab6b2366927f5af93fe2dc92344240915d 100644 |
--- a/Source/core/html/track/vtt/VTTCue.h |
+++ b/Source/core/html/track/vtt/VTTCue.h |
@@ -62,6 +62,9 @@ public: |
virtual void trace(Visitor*) override; |
+ // Applies CSS properties retrieved from settings on the cue box. |
+ void applyUserOverrideCSSProperties(); |
+ |
private: |
VTTCueBox(Document&, VTTCue*); |
@@ -144,6 +147,9 @@ public: |
virtual void trace(Visitor*) override; |
+ // Applies CSS properties retrieved from settings on text tracks elements. |
+ void applyUserOverrideCSSProperties(); |
+ |
private: |
VTTCue(Document&, double startTime, double endTime, const String& text); |