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

Unified Diff: tests/ARGBImageEncoderTest.cpp

Issue 17335008: remove dst/rendertarget support for kARGB_4444_Config (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 6 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
Index: tests/ARGBImageEncoderTest.cpp
diff --git a/tests/ARGBImageEncoderTest.cpp b/tests/ARGBImageEncoderTest.cpp
index 05ad58cd54fe6d1df7a7fd138f2aafdaf6ce9559..9f68a0a151ec8639fdcb77d85dfe893425b60588 100644
--- a/tests/ARGBImageEncoderTest.cpp
+++ b/tests/ARGBImageEncoderTest.cpp
@@ -25,7 +25,6 @@ protected:
static SkBitmap::Config configs[] = {
SkBitmap::kRGB_565_Config,
- SkBitmap::kARGB_4444_Config,
SkBitmap::kARGB_8888_Config,
};

Powered by Google App Engine
This is Rietveld 408576698