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

Unified Diff: tools/picture_utils.h

Issue 804133003: skimage, die die die (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Expectations too Created 6 years 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
« no previous file with comments | « gyp/tools.gyp ('k') | tools/skimage_main.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/picture_utils.h
diff --git a/tools/picture_utils.h b/tools/picture_utils.h
index a5fcf7c96898cdcc178849025d2d98a4f5481639..b72f9d7b41aa12f3cbda4378a72151ebc64af1a5 100644
--- a/tools/picture_utils.h
+++ b/tools/picture_utils.h
@@ -22,10 +22,6 @@ namespace sk_tools {
/**
* Replaces all instances of oldChar with newChar in str.
- *
- * TODO: This function appears here and in skimage_main.cpp ;
- * we should add the implementation to src/core/SkString.cpp, write tests for it,
- * and remove it from elsewhere.
*/
void replace_char(SkString* str, const char oldChar, const char newChar);
« no previous file with comments | « gyp/tools.gyp ('k') | tools/skimage_main.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698