summaryrefslogtreecommitdiff
path: root/Source/WebCore/html/canvas/WebGLCompressedTexturePVRTC.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/canvas/WebGLCompressedTexturePVRTC.idl')
-rw-r--r--Source/WebCore/html/canvas/WebGLCompressedTexturePVRTC.idl13
1 files changed, 6 insertions, 7 deletions
diff --git a/Source/WebCore/html/canvas/WebGLCompressedTexturePVRTC.idl b/Source/WebCore/html/canvas/WebGLCompressedTexturePVRTC.idl
index 5b61a20a2..2cfbf3131 100644
--- a/Source/WebCore/html/canvas/WebGLCompressedTexturePVRTC.idl
+++ b/Source/WebCore/html/canvas/WebGLCompressedTexturePVRTC.idl
@@ -24,14 +24,13 @@
*/
[
- NoInterfaceObject,
Conditional=WEBGL,
+ DoNotCheckConstants,
GenerateIsReachable=ImplWebGLRenderingContext,
- DoNotCheckConstants
+ NoInterfaceObject,
] interface WebGLCompressedTexturePVRTC {
- /* Compressed Texture Formats */
- const unsigned int COMPRESSED_RGB_PVRTC_4BPPV1_IMG = 0x8C00;
- const unsigned int COMPRESSED_RGB_PVRTC_2BPPV1_IMG = 0x8C01;
- const unsigned int COMPRESSED_RGBA_PVRTC_4BPPV1_IMG = 0x8C02;
- const unsigned int COMPRESSED_RGBA_PVRTC_2BPPV1_IMG = 0x8C03;
+ const unsigned long COMPRESSED_RGB_PVRTC_4BPPV1_IMG = 0x8C00;
+ const unsigned long COMPRESSED_RGB_PVRTC_2BPPV1_IMG = 0x8C01;
+ const unsigned long COMPRESSED_RGBA_PVRTC_4BPPV1_IMG = 0x8C02;
+ const unsigned long COMPRESSED_RGBA_PVRTC_2BPPV1_IMG = 0x8C03;
};