| Index: Source/core/html/canvas/OESVertexArrayObject.h
|
| diff --git a/Source/core/html/canvas/OESVertexArrayObject.h b/Source/core/html/canvas/OESVertexArrayObject.h
|
| index da2ac64dd24ab08f25844712264f4893cffa8191..2664fea5f398e8ed9eb23a86101282a9444e8c2f 100644
|
| --- a/Source/core/html/canvas/OESVertexArrayObject.h
|
| +++ b/Source/core/html/canvas/OESVertexArrayObject.h
|
| @@ -48,6 +48,7 @@ public:
|
|
|
| virtual ~OESVertexArrayObject();
|
| virtual ExtensionName getName() const;
|
| + virtual void enable();
|
|
|
| PassRefPtr<WebGLVertexArrayObjectOES> createVertexArrayOES();
|
| void deleteVertexArrayOES(WebGLVertexArrayObjectOES*);
|
|
|