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

Unified Diff: third_party/WebKit/Source/core/svg/SVGTransform.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/svg/SVGTransform.idl
diff --git a/third_party/WebKit/Source/core/svg/SVGTransform.idl b/third_party/WebKit/Source/core/svg/SVGTransform.idl
index 2c6d31b0a6b0df6ba13b25f137247c86348ae1b0..43f113aad88a88ea82baa779ef16c0c4e4df8b7a 100644
--- a/third_party/WebKit/Source/core/svg/SVGTransform.idl
+++ b/third_party/WebKit/Source/core/svg/SVGTransform.idl
@@ -35,7 +35,7 @@
const unsigned short SVG_TRANSFORM_SKEWY = 6;
[ImplementedAs=transformType] readonly attribute unsigned short type;
- // TODO(philipj): SVGMatrix should be DOMMatrixReadOnly.
+ // TODO(foolip): SVGMatrix should be DOMMatrixReadOnly.
readonly attribute SVGMatrix matrix;
readonly attribute float angle;
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGTextContentElement.idl ('k') | third_party/WebKit/Source/core/svg/SVGTransformList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698