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

Unified Diff: dm/DM.cpp

Issue 1978013002: Only run kStripe_Mode on JPEGs (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Change conditional to assert Created 4 years, 7 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 | dm/DMSrcSink.cpp » ('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 566029648b79e3f1c56aac53f8f9715d20318243..3d275c03c253b569071711fe2cfacf8593182c00 100644
--- a/dm/DM.cpp
+++ b/dm/DM.cpp
@@ -508,7 +508,6 @@ static void push_codec_srcs(Path path) {
break;
default:
nativeModes.push_back(CodecSrc::kScanline_Mode);
- nativeModes.push_back(CodecSrc::kStripe_Mode);
break;
}
« no previous file with comments | « no previous file | dm/DMSrcSink.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698