| 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 de43cd7a6b5a632e75277ddddd620579d7b90f98..52deaf8c399e5956d65014d112c7a42feb9a3b84 100644
|
| --- a/third_party/WebKit/Source/core/html/track/vtt/VTTCue.cpp
|
| +++ b/third_party/WebKit/Source/core/html/track/vtt/VTTCue.cpp
|
| @@ -578,7 +578,7 @@ static CSSValueID DetermineTextDirection(DocumentFragment* vtt_root) {
|
|
|
| node = NodeTraversal::Next(*node);
|
| }
|
| - return IsLeftToRightDirection(text_direction) ? CSSValueLtr : CSSValueRtl;
|
| + return IsLtr(text_direction) ? CSSValueLtr : CSSValueRtl;
|
| }
|
|
|
| float VTTCue::CalculateComputedTextPosition() const {
|
|
|