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

Unified Diff: include/core/SkEncodedFormat.h

Issue 1862133002: Add whitelist parameter to refEncodedData (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix comments Created 4 years, 8 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 | « include/codec/SkEncodedFormat.h ('k') | include/core/SkImageGenerator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkEncodedFormat.h
diff --git a/include/codec/SkEncodedFormat.h b/include/core/SkEncodedFormat.h
similarity index 91%
rename from include/codec/SkEncodedFormat.h
rename to include/core/SkEncodedFormat.h
index c097e088f231a8a7b55b7e4f5500f2ac9d0943cd..bd8c62a2f1c2ada219cc56ef161e041bb370f56a 100644
--- a/include/codec/SkEncodedFormat.h
+++ b/include/core/SkEncodedFormat.h
@@ -12,7 +12,6 @@
* Enum describing format of encoded data.
*/
enum SkEncodedFormat {
- kUnknown_SkEncodedFormat,
kBMP_SkEncodedFormat,
kGIF_SkEncodedFormat,
kICO_SkEncodedFormat,
@@ -20,7 +19,7 @@ enum SkEncodedFormat {
kPNG_SkEncodedFormat,
kWBMP_SkEncodedFormat,
kWEBP_SkEncodedFormat,
- kPKM_SkEncodedFormat,
+ kPKM_SkEncodedFormat, // ETC1
kKTX_SkEncodedFormat,
kASTC_SkEncodedFormat,
kDNG_SkEncodedFormat,
« no previous file with comments | « include/codec/SkEncodedFormat.h ('k') | include/core/SkImageGenerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698