summaryrefslogtreecommitdiff
path: root/Source/core/html/track/vtt/VTTCue.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/core/html/track/vtt/VTTCue.h')
-rw-r--r--Source/core/html/track/vtt/VTTCue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/core/html/track/vtt/VTTCue.h b/Source/core/html/track/vtt/VTTCue.h
index 539800500..2247f019f 100644
--- a/Source/core/html/track/vtt/VTTCue.h
+++ b/Source/core/html/track/vtt/VTTCue.h
@@ -142,7 +142,7 @@ private:
Document& document() const;
- PassRefPtr<VTTCueBox> displayTreeInternal();
+ VTTCueBox& ensureDisplayTree();
PassRefPtr<VTTCueBox> getDisplayTree(const IntSize& videoSize);
virtual void cueDidChange() OVERRIDE;