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 d9c9c8eaf66b992bba5f2d90bb0faa711dc0fe23..8c7e8caf2a5450e6f080681478887bc90262869a 100644 |
--- a/Source/core/html/track/vtt/VTTCue.h |
+++ b/Source/core/html/track/vtt/VTTCue.h |
@@ -137,6 +137,8 @@ public: |
}; |
CueAlignment cueAlignment() const { return m_cueAlignment; } |
+ PassRefPtrWillBeRawPtr<HTMLDivElement> element() const { return m_cueBackgroundBox; } |
+ |
virtual ExecutionContext* executionContext() const override; |
#ifndef NDEBUG |