From 916de9ff18cf3caa29c0821b55244060b6f84f9d Mon Sep 17 00:00:00 2001 From: yujieqin Date: Mon, 25 Jan 2016 08:26:16 -0800 Subject: Add RAW decoding into Skia. TBR=reed@google.com BUG=skia: (Based on the work from ebrauer in https://codereview.chromium.org/1459473007) (Based on the work from adaubert in https://codereview.chromium.org/1494003003) GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1520403003 Committed: https://skia.googlesource.com/skia/+/6bd8639f8c142eedf543f4e5f3b02d2bf11df308 Review URL: https://codereview.chromium.org/1520403003 --- include/codec/SkEncodedFormat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/codec/SkEncodedFormat.h') diff --git a/include/codec/SkEncodedFormat.h b/include/codec/SkEncodedFormat.h index 003159a8de..275dde608e 100644 --- a/include/codec/SkEncodedFormat.h +++ b/include/codec/SkEncodedFormat.h @@ -23,5 +23,6 @@ enum SkEncodedFormat { kPKM_SkEncodedFormat, kKTX_SkEncodedFormat, kASTC_SkEncodedFormat, + kRAW_SkEncodedFormat, }; #endif // SkEncodedFormat_DEFINED -- cgit v1.2.3