Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1298)

Unified Diff: third_party/WebKit/Source/core/layout/LayoutVTTCue.cpp

Issue 2405633002: Reformat comments in core/layout (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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".
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutVideo.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698