| Index: Source/core/html/canvas/WebGL2RenderingContextBase.h
|
| diff --git a/Source/core/html/canvas/WebGL2RenderingContextBase.h b/Source/core/html/canvas/WebGL2RenderingContextBase.h
|
| index 27495734972c5494462a4285b1b3570a15d19b46..98de6f71bcc0f11bb7290c929a2a5fc19c8ceca3 100644
|
| --- a/Source/core/html/canvas/WebGL2RenderingContextBase.h
|
| +++ b/Source/core/html/canvas/WebGL2RenderingContextBase.h
|
| @@ -154,10 +154,10 @@ public:
|
| void uniformBlockBinding(WebGLProgram*, GLuint, GLuint);
|
|
|
| /* Vertex Array Objects */
|
| - PassRefPtrWillBeRawPtr<WebGLVertexArrayObjectOES> createVertexArray();
|
| - void deleteVertexArray(WebGLVertexArrayObjectOES*);
|
| - GLboolean isVertexArray(WebGLVertexArrayObjectOES*);
|
| - void bindVertexArray(WebGLVertexArrayObjectOES*);
|
| + PassRefPtrWillBeRawPtr<WebGLVertexArrayObject> createVertexArray();
|
| + void deleteVertexArray(WebGLVertexArrayObject*);
|
| + GLboolean isVertexArray(WebGLVertexArrayObject*);
|
| + void bindVertexArray(WebGLVertexArrayObject*);
|
|
|
| /* WebGLRenderingContextBase overrides */
|
| void initializeNewContext() override;
|
|
|