Index: gm/image.cpp |
diff --git a/gm/image.cpp b/gm/image.cpp |
index 71fe0e176f094bdab2f047f93f79f2eb640cb6c0..8578e510bad28478a911ef2606d04d96037df010 100644 |
--- a/gm/image.cpp |
+++ b/gm/image.cpp |
@@ -31,9 +31,6 @@ static SkData* fileToData(const char path[]) { |
} |
static void drawJpeg(SkCanvas* canvas, const SkISize& size) { |
- // TODO: Make this draw a file that is checked in, so it can |
- // be exercised on machines other than mike's. Will require a |
- // rebaseline. |
SkAutoDataUnref data(fileToData("/Users/mike/Downloads/skia.google.jpeg")); |
SkImage* image = SkImage::NewEncodedData(data); |
if (image) { |