Index: third_party/WebKit/Source/core/html/track/vtt/VTTCue.cpp |
diff --git a/third_party/WebKit/Source/core/html/track/vtt/VTTCue.cpp b/third_party/WebKit/Source/core/html/track/vtt/VTTCue.cpp |
index a09e9a33dacd84e94ed5c68d190b8fcc8c3efa8e..eb462a3c8d738c57b9e1d661a1764f029e3beab4 100644 |
--- a/third_party/WebKit/Source/core/html/track/vtt/VTTCue.cpp |
+++ b/third_party/WebKit/Source/core/html/track/vtt/VTTCue.cpp |
@@ -653,7 +653,7 @@ VTTDisplayParameters VTTCue::calculateDisplayParameters() const |
// Note: The 'text-align' property is also determined here so that |
// VTTCueBox::applyCSSProperties need not have access to a VTTCue. |
- displayParameters.textAlign = displayAlignmentMap[cueAlignment()]; |
+ displayParameters.textAlign = displayAlignmentMap[getCueAlignment()]; |
// 3. If the cue writing direction is horizontal, then let block-flow be |
// 'tb'. Otherwise, if the cue writing direction is vertical growing left, |