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

Unified Diff: third_party/WebKit/Source/core/html/track/vtt/VTTRegion.idl

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/VTTRegion.idl
diff --git a/third_party/WebKit/Source/core/html/track/vtt/VTTRegion.idl b/third_party/WebKit/Source/core/html/track/vtt/VTTRegion.idl
index ee44cb4a37aafde95cf08751d795e57c8e13085f..75d68f84e5cc45768d419d58bf372880e25aae0b 100644
--- a/third_party/WebKit/Source/core/html/track/vtt/VTTRegion.idl
+++ b/third_party/WebKit/Source/core/html/track/vtt/VTTRegion.idl
@@ -30,7 +30,7 @@
RuntimeEnabled=WebVTTRegions,
] interface VTTRegion {
[RaisesException=Setter] attribute double width;
- // TODO(philipj): height should be called lines.
+ // TODO(foolip): height should be called lines.
[RaisesException=Setter] attribute long height;
[RaisesException=Setter] attribute double regionAnchorX;
[RaisesException=Setter] attribute double regionAnchorY;
@@ -39,7 +39,7 @@
// TODO(philip): scroll should be of type ScrollSetting.
[RaisesException=Setter] attribute DOMString scroll;
- // TODO(philipj): The track/id attributes are gone from the spec:
+ // TODO(foolip): The track/id attributes are gone from the spec:
// https://www.w3.org/Bugs/Public/show_bug.cgi?id=24380
readonly attribute TextTrack track;
attribute DOMString id;

Powered by Google App Engine
This is Rietveld 408576698