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

Unified Diff: tests/CodexTest.cpp

Issue 1057483003: Handle rewinds in SkBmpCodec. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Initialize codec to defeat warning. 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 | « src/codec/SkCodec_libbmp.cpp ('k') | 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 ec597b60434e31dbd0088f30f9281b320a9fc156..94b3b20683297322821d2e389d89125e86f73dd6 100644
--- a/tests/CodexTest.cpp
+++ b/tests/CodexTest.cpp
@@ -74,8 +74,7 @@ DEF_TEST(Codec, r) {
check(r, "mandrill.wbmp", SkISize::Make(512, 512), true);
// BMP
- // TODO (msarett): SkBmpCodec should be able to rewind.
- check(r, "randPixels.bmp", SkISize::Make(8, 8), false);
+ check(r, "randPixels.bmp", SkISize::Make(8, 8), true);
// ICO
// TODO (msarett): SkIcoCodec should be able to rewind.
« no previous file with comments | « src/codec/SkCodec_libbmp.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698