aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/CodexTest.cpp
diff options
context:
space:
mode:
authorGravatar scroggo <scroggo@google.com>2015-12-04 07:09:57 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-12-04 07:09:57 -0800
commit97ff7f56620a50e83e433b158a86ff082935ed47 (patch)
tree375c0c60b9bc2e19195c75d25c08be487904c42d /tests/CodexTest.cpp
parent41cbf3f807d619861365112513655f5f00e16005 (diff)
Revert of Make SkAndroidCodec support ico (patchset #7 id:130002 of https://codereview.chromium.org/1472933002/ )
Diffstat (limited to 'tests/CodexTest.cpp')
-rw-r--r--tests/CodexTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/CodexTest.cpp b/tests/CodexTest.cpp
index 03dd16f583..697ba749f7 100644
--- a/tests/CodexTest.cpp
+++ b/tests/CodexTest.cpp
@@ -401,9 +401,9 @@ DEF_TEST(Codec, r) {
// FIXME: We are not ready to test incomplete ICOs
// These two tests examine interestingly different behavior:
// Decodes an embedded BMP image
- check(r, "color_wheel.ico", SkISize::Make(128, 128), true, false, false);
+ check(r, "color_wheel.ico", SkISize::Make(128, 128), false, false, false);
// Decodes an embedded PNG image
- check(r, "google_chrome.ico", SkISize::Make(256, 256), true, false, false);
+ check(r, "google_chrome.ico", SkISize::Make(256, 256), false, false, false);
// GIF
// FIXME: We are not ready to test incomplete GIFs