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

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

Issue 2059143002: "up-to-date" should only use hyphens when used as compound modifier of a noun (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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 35e68250f138b54c128ef5b2bab3bbfc720722ca..7b7679df95fa03954faea70197a2a923783c3bb6 100644
--- a/third_party/WebKit/Source/core/layout/LayoutVTTCue.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutVTTCue.cpp
@@ -319,7 +319,7 @@ void LayoutVTTCue::layout()
// Determine the area covered by the media controls, if any. If the controls
// are present, they are the next sibling of the text track container, which
// is our parent. (LayoutMedia ensures that the media controls are laid out
- // before text tracks, so that the layout is up-to-date here.)
+ // before text tracks, so that the layout is up to date here.)
ASSERT(parent()->node()->isTextTrackContainer());
IntRect controlsRect;
if (LayoutObject* parentSibling = parent()->nextSibling()) {
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp ('k') | third_party/WebKit/Source/core/paint/PaintLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698