Index: media/webm/webm_constants.h |
diff --git a/media/webm/webm_constants.h b/media/webm/webm_constants.h |
index 5cfd5e616ecab68177de5e04fdf688547605eec8..7b163b5dc0721c140113d84702cc646ca5bb83a8 100644 |
--- a/media/webm/webm_constants.h |
+++ b/media/webm/webm_constants.h |
@@ -156,6 +156,7 @@ const int kWebMIdSimpleBlock = 0xA3; |
const int kWebMIdSimpleTag = 0x67C8; |
const int kWebMIdSlices = 0x8E; |
const int kWebMIdStereoMode = 0x53B8; |
+const int kWebMIdAlphaMode = 0x53C0; |
acolwell GONE FROM CHROMIUM
2013/05/21 17:14:11
nit: Please place this in alphabetical order.
vignesh
2013/05/21 18:57:56
Done.
|
const int kWebMIdTag = 0x7373; |
const int kWebMIdTagAttachmentUID = 0x63C6; |
const int kWebMIdTagBinary = 0x4485; |