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

Unified Diff: third_party/qcms/src/qcms.h

Issue 10384114: Added BGRA support to qcms. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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 | « third_party/qcms/README.chromium ('k') | third_party/qcms/src/qcmsint.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/qcms/src/qcms.h
diff --git a/third_party/qcms/src/qcms.h b/third_party/qcms/src/qcms.h
index 7d83623062ac1185f35774110c088a3829c5ddf4..318b3d6b07dc70f272243dd036fa72c9ac7ff938 100644
--- a/third_party/qcms/src/qcms.h
+++ b/third_party/qcms/src/qcms.h
@@ -99,7 +99,8 @@ typedef enum {
QCMS_DATA_RGB_8,
QCMS_DATA_RGBA_8,
QCMS_DATA_GRAY_8,
- QCMS_DATA_GRAYA_8
+ QCMS_DATA_GRAYA_8,
+ QCMS_DATA_BGRA_8
} qcms_data_type;
/* the names for the following two types are sort of ugly */
« no previous file with comments | « third_party/qcms/README.chromium ('k') | third_party/qcms/src/qcmsint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698