| Index: third_party/WebCore/html/canvas/WebGLShaderPrecisionFormat.idl
|
| diff --git a/third_party/WebCore/html/canvas/WebGLShaderPrecisionFormat.idl b/third_party/WebCore/html/canvas/WebGLShaderPrecisionFormat.idl
|
| index 7cfb80e6e4297a656b869a4aefb96dbd21ae64d7..95294f942263325d8531948f1295c5c6cb78b9ed 100644
|
| --- a/third_party/WebCore/html/canvas/WebGLShaderPrecisionFormat.idl
|
| +++ b/third_party/WebCore/html/canvas/WebGLShaderPrecisionFormat.idl
|
| @@ -29,9 +29,9 @@ module html {
|
| interface [
|
| Conditional=WEBGL,
|
| ] WebGLShaderPrecisionFormat {
|
| - readonly attribute int rangeMin;
|
| - readonly attribute int rangeMax;
|
| - readonly attribute int precision;
|
| + readonly attribute long rangeMin;
|
| + readonly attribute long rangeMax;
|
| + readonly attribute long precision;
|
| };
|
|
|
| }
|
|
|