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

Unified Diff: gm/tilemodes.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: gm/tilemodes.cpp
diff --git a/gm/tilemodes.cpp b/gm/tilemodes.cpp
index d5501b0dfb2aecb468732ce826bc165f3412a0b7..a11ff4ebb9c3e013cda4be2ae7c956cab3527f86 100644
--- a/gm/tilemodes.cpp
+++ b/gm/tilemodes.cpp
@@ -53,7 +53,6 @@ static void setup(SkPaint* paint, const SkBitmap& bm, bool filter,
static const SkBitmap::Config gConfigs[] = {
SkBitmap::kARGB_8888_Config,
SkBitmap::kRGB_565_Config,
- SkBitmap::kARGB_4444_Config
};
static const int gWidth = 32;
static const int gHeight = 32;
« no previous file with comments | « bench/RepeatTileBench.cpp ('k') | gyp/SampleApp.gyp » ('j') | src/core/SkCanvas.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698