| Index: third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.idl
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.idl b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.idl
|
| index 6bddcfba7678aab2dbf86efaa9a2a8159c4471c7..ac9b9868ec8afae9d3d1ad67a021714c2f7b8759 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.idl
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.idl
|
| @@ -2,20 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -typedef unsigned long GLenum;
|
| -typedef boolean GLboolean;
|
| -typedef unsigned long GLbitfield;
|
| -typedef byte GLbyte; // 'byte' should be a signed 8 bit type.
|
| -typedef short GLshort;
|
| -typedef long GLint;
|
| -typedef long GLsizei;
|
| -typedef long long GLintptr;
|
| -typedef long long GLsizeiptr;
|
| -typedef octet GLubyte; // 'octet' should be an unsigned 8 bit type.
|
| -typedef unsigned short GLushort;
|
| -typedef unsigned long GLuint;
|
| -typedef unrestricted float GLfloat;
|
| -typedef unrestricted float GLclampf;
|
| typedef long long GLint64;
|
|
|
| [
|
|
|