| Index: third_party/WebCore/html/canvas/WebGLDepthTexture.idl
|
| diff --git a/third_party/WebCore/html/canvas/WebGLDepthTexture.idl b/third_party/WebCore/html/canvas/WebGLDepthTexture.idl
|
| index 507450d18bbb19f5b348badabbc2bd767c96f6c8..56ef537c0566a47089c21de293bb8c216a08ff8c 100644
|
| --- a/third_party/WebCore/html/canvas/WebGLDepthTexture.idl
|
| +++ b/third_party/WebCore/html/canvas/WebGLDepthTexture.idl
|
| @@ -27,7 +27,9 @@ module html {
|
| interface [
|
| Conditional=WEBGL,
|
| JSGenerateIsReachable=ImplContext,
|
| - OmitConstructor
|
| + OmitConstructor,
|
| + DoNotCheckConstants
|
| ] WebGLDepthTexture {
|
| + const unsigned int UNSIGNED_INT_24_8_WEBGL = 0x84FA;
|
| };
|
| }
|
|
|