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

Unified Diff: third_party/WebKit/Source/core/svg/SVGZoomEvent.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/SVGZoomEvent.idl
diff --git a/third_party/WebKit/Source/core/svg/SVGZoomEvent.idl b/third_party/WebKit/Source/core/svg/SVGZoomEvent.idl
index ca6ee4124a87f0d710f60bcd1f80717fecc449ce..85fa751e293d789543469476bc1a530a3f72549b 100644
--- a/third_party/WebKit/Source/core/svg/SVGZoomEvent.idl
+++ b/third_party/WebKit/Source/core/svg/SVGZoomEvent.idl
@@ -28,7 +28,7 @@
[
DependentLifetime,
] interface SVGZoomEvent : UIEvent {
- // TODO(philipj): SVGRect/SVGPoint should be DOMRectReadOnly/DOMPointReadOnly.
+ // TODO(foolip): SVGRect/SVGPoint should be DOMRectReadOnly/DOMPointReadOnly.
readonly attribute SVGRect zoomRectScreen;
readonly attribute float previousScale;
readonly attribute SVGPoint previousTranslate;
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGTransformList.idl ('k') | third_party/WebKit/Source/core/timing/MemoryInfo.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698