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

Unified Diff: tests/CodexTest.cpp

Issue 1054603002: Acknowledge that SkIcoCodec can rewind and test it. (Closed) Base URL: https://skia.googlesource.com/skia.git@bmpRewind
Patch Set: Created 5 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/CodexTest.cpp
diff --git a/tests/CodexTest.cpp b/tests/CodexTest.cpp
index 94b3b20683297322821d2e389d89125e86f73dd6..935de8434551327997d0f4f78d11a76c89e33569 100644
--- a/tests/CodexTest.cpp
+++ b/tests/CodexTest.cpp
@@ -77,8 +77,7 @@ DEF_TEST(Codec, r) {
check(r, "randPixels.bmp", SkISize::Make(8, 8), true);
// ICO
- // TODO (msarett): SkIcoCodec should be able to rewind.
- check(r, "color_wheel.ico", SkISize::Make(128, 128), false);
+ check(r, "color_wheel.ico", SkISize::Make(128, 128), true);
// PNG
// TODO (scroggo): SkPngCodec should be able to rewind.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698