| Index: third_party/WebKit/Source/core/layout/LayoutVTTCue.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutVTTCue.cpp b/third_party/WebKit/Source/core/layout/LayoutVTTCue.cpp
|
| index f85cc22d1c4d2b674d0b8f757c793f71e56f54db..d7de39ea4114cf5d0371cb0209338bbed3e95fa1 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutVTTCue.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutVTTCue.cpp
|
| @@ -282,7 +282,8 @@ LayoutVTTCue::LayoutVTTCue(ContainerNode* node, float snapToLinesPosition)
|
| : LayoutBlockFlow(node), m_snapToLinesPosition(snapToLinesPosition) {}
|
|
|
| void LayoutVTTCue::repositionCueSnapToLinesNotSet() {
|
| - // FIXME: Implement overlapping detection when snap-to-lines is not set. http://wkb.ug/84296
|
| + // FIXME: Implement overlapping detection when snap-to-lines is not set.
|
| + // http://wkb.ug/84296
|
|
|
| // http://dev.w3.org/html5/webvtt/#dfn-apply-webvtt-cue-settings
|
| // Step 13, "If cue's text track cue snap-to-lines flag is not set".
|
|
|