Index: core/html/canvas/WebGLCompressedTextureATC.idl |
=================================================================== |
--- core/html/canvas/WebGLCompressedTextureATC.idl (revision 22811) |
+++ core/html/canvas/WebGLCompressedTextureATC.idl (working copy) |
@@ -28,7 +28,7 @@ |
DoNotCheckConstants |
] interface WebGLCompressedTextureATC { |
/* Compressed Texture Formats */ |
- const unsigned int COMPRESSED_RGB_ATC_WEBGL = 0x8C92; |
- const unsigned int COMPRESSED_RGBA_ATC_EXPLICIT_ALPHA_WEBGL = 0x8C93; |
- const unsigned int COMPRESSED_RGBA_ATC_INTERPOLATED_ALPHA_WEBGL = 0x87EE; |
+ const unsigned long COMPRESSED_RGB_ATC_WEBGL = 0x8C92; |
+ const unsigned long COMPRESSED_RGBA_ATC_EXPLICIT_ALPHA_WEBGL = 0x8C93; |
+ const unsigned long COMPRESSED_RGBA_ATC_INTERPOLATED_ALPHA_WEBGL = 0x87EE; |
}; |