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

Unified Diff: src/codec/SkJpegCodec.h

Issue 2274643002: Assume all TURBO_HAS_* are true. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: drop RGB Created 4 years, 4 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 | « public.bzl ('k') | src/codec/SkJpegCodec.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/codec/SkJpegCodec.h
diff --git a/src/codec/SkJpegCodec.h b/src/codec/SkJpegCodec.h
index f1785900d79854870e987a559b4784dc1d142aa9..192e4beb0c5cdc99ba18559a38bbb824f226704d 100644
--- a/src/codec/SkJpegCodec.h
+++ b/src/codec/SkJpegCodec.h
@@ -8,13 +8,6 @@
#ifndef SkJpegCodec_DEFINED
#define SkJpegCodec_DEFINED
-// For testing.
-#ifdef SKNX_NO_SIMD
-#undef TURBO_HAS_CROP
-#undef TURBO_HAS_SKIP
-#undef TURBO_HAS_565
-#endif
-
#include "SkCodec.h"
#include "SkColorSpace.h"
#include "SkColorSpaceXform.h"
@@ -145,12 +138,8 @@ private:
SkAutoTDelete<SkSwizzler> fSwizzler;
std::unique_ptr<SkColorSpaceXform> fColorXform;
-
- sk_sp<SkData> fICCData;
-#if !defined(TURBO_HAS_SKIP)
- SkAutoTMalloc<uint8_t> fSkipStorage;
-#endif
+ sk_sp<SkData> fICCData;
typedef SkCodec INHERITED;
};
« no previous file with comments | « public.bzl ('k') | src/codec/SkJpegCodec.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698