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

Unified Diff: third_party/WebKit/Source/core/html/track/vtt/VTTCue.cpp

Issue 2015503002: Move TODO(philipj) to TODO(foolip) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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/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 c541540194f202c79fc9180eaf6801c8e5dafa05..38e749e50dfd81c35bf2b41d894ee7583369f0b0 100644
--- a/third_party/WebKit/Source/core/html/track/vtt/VTTCue.cpp
+++ b/third_party/WebKit/Source/core/html/track/vtt/VTTCue.cpp
@@ -192,7 +192,7 @@ void VTTCueBox::applyCSSProperties(const VTTDisplayParameters& displayParameters
// text alignment:
setInlineStyleProperty(CSSPropertyTextAlign, displayParameters.textAlign);
- // TODO(philipj): The position adjustment for non-snap-to-lines cues has
+ // TODO(foolip): The position adjustment for non-snap-to-lines cues has
// been removed from the spec:
// https://www.w3.org/Bugs/Public/show_bug.cgi?id=19178
if (std::isnan(displayParameters.snapToLinesPosition)) {
@@ -820,7 +820,7 @@ VTTCueBox* VTTCue::getDisplayTree()
m_cueBackgroundBox->removeChildren();
m_vttNodeTree->cloneChildNodes(m_cueBackgroundBox.get());
- // TODO(philipj): The region identifier may be non-empty without there being
+ // TODO(foolip): The region identifier may be non-empty without there being
// a corresponding region, in which case this VTTCueBox will be added
// directly to the text track container in updateDisplay().
if (regionId().isEmpty()) {
« no previous file with comments | « third_party/WebKit/Source/core/html/track/TextTrack.idl ('k') | third_party/WebKit/Source/core/html/track/vtt/VTTCue.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698