| Index: third_party/WebKit/Source/modules/webgl/WebGLVertexArrayObjectBase.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLVertexArrayObjectBase.h b/third_party/WebKit/Source/modules/webgl/WebGLVertexArrayObjectBase.h
|
| index ba6b1b2fe183ed324a62bf550ea04a01bd290be1..d4d39ef1953da51935624d1e1abab38657e02278 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLVertexArrayObjectBase.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLVertexArrayObjectBase.h
|
| @@ -40,9 +40,9 @@ protected:
|
| WebGLVertexArrayObjectBase(WebGLRenderingContextBase*, VaoType);
|
|
|
| private:
|
| - void dispatchDetached(WebGraphicsContext3D*);
|
| + void dispatchDetached(WebGraphicsContext3D*, gpu::gles2::GLES2Interface*);
|
| bool hasObject() const override { return m_object != 0; }
|
| - void deleteObjectImpl(WebGraphicsContext3D*) override;
|
| + void deleteObjectImpl(WebGraphicsContext3D*, gpu::gles2::GLES2Interface*) override;
|
|
|
| Platform3DObject m_object;
|
|
|
|
|