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

Unified Diff: src/core/SkMask.cpp

Issue 728673002: remove unused kLCD_MaskFormat (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove associated Gr enum Created 6 years, 1 month 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/core/SkGlyph.h ('k') | src/core/SkPaint.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkMask.cpp
diff --git a/src/core/SkMask.cpp b/src/core/SkMask.cpp
index 929835717ba95fe2c6c6cf4c7382e02d02911158..4ae65c7a9cc871b64952e7e90c8a295f9855e43f 100644
--- a/src/core/SkMask.cpp
+++ b/src/core/SkMask.cpp
@@ -52,7 +52,6 @@ static const int gMaskFormatToShift[] = {
0, // 3D
2, // ARGB32
1, // LCD16
- 2 // LCD32
};
static int maskFormatToShift(SkMask::Format format) {
« no previous file with comments | « src/core/SkGlyph.h ('k') | src/core/SkPaint.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698