| Index: Source/core/html/canvas/OESVertexArrayObject.h
|
| diff --git a/Source/core/html/canvas/OESVertexArrayObject.h b/Source/core/html/canvas/OESVertexArrayObject.h
|
| index 3c08ca0ba1e3c1606de0831c620a9bfd0231cf80..82ee7a5527b131263103afa3bcbd0ba45c51e6ff 100644
|
| --- a/Source/core/html/canvas/OESVertexArrayObject.h
|
| +++ b/Source/core/html/canvas/OESVertexArrayObject.h
|
| @@ -36,6 +36,7 @@ class WebGLRenderingContextBase;
|
| class WebGLVertexArrayObjectOES;
|
|
|
| class OESVertexArrayObject FINAL : public WebGLExtension, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<OESVertexArrayObject> create(WebGLRenderingContextBase*);
|
| static bool supported(WebGLRenderingContextBase*);
|
|
|