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

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

Issue 1208263004: [qcms] Remove temporary color space enum value (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | no next file » | 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 35cc3fffa1b8cba8c05a0fd6c721d3b538efc86f..e89a315ce9584dd82a83e5db7ab8933e0fc7f140 100644
--- a/third_party/qcms/src/qcms.h
+++ b/third_party/qcms/src/qcms.h
@@ -45,7 +45,6 @@ typedef enum {
YCbCrData /* ‘YCbr' */ = 0x59436272,
YxyData /* ‘Yxy ’ */ = 0x59787920,
rgbData /* ‘RGB ’ */ = 0x52474220,
- icSigRgbData = rgbData, // XXX: temporary alias for blink
grayData /* ‘GRAY’ */ = 0x47524159,
hsvData /* ‘HSV ’ */ = 0x48535620,
hlsData /* ‘HLS ’ */ = 0x484C5320,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698