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

Unified Diff: dm/DM.cpp

Issue 1782913002: Rename the kRAW_SkEncodedFormat to kDNG_SkEncodedFormat as it is actually only used for DNG for… (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix code formatting Created 4 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 | « no previous file | include/codec/SkEncodedFormat.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dm/DM.cpp
diff --git a/dm/DM.cpp b/dm/DM.cpp
index 2196e608036f1bcea1686a08b56389543981ca3b..d558e08ca64772b6d85ee4398d26bf59bb160c2a 100644
--- a/dm/DM.cpp
+++ b/dm/DM.cpp
@@ -485,7 +485,7 @@ static void push_codec_srcs(Path path) {
case SkEncodedFormat::kWEBP_SkEncodedFormat:
nativeModes.push_back(CodecSrc::kSubset_Mode);
break;
- case SkEncodedFormat::kRAW_SkEncodedFormat:
+ case SkEncodedFormat::kDNG_SkEncodedFormat:
break;
default:
nativeModes.push_back(CodecSrc::kScanline_Mode);
« no previous file with comments | « no previous file | include/codec/SkEncodedFormat.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698