| Index: third_party/WebKit/Source/modules/webgl/WebGLSync.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLSync.cpp b/third_party/WebKit/Source/modules/webgl/WebGLSync.cpp
|
| index bcb628221579957026c11cc04981a590fd274792..482d6acb236f712df77073923c748360b3af16d0 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLSync.cpp
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLSync.cpp
|
| @@ -22,7 +22,7 @@ WebGLSync::WebGLSync(WebGL2RenderingContextBase* ctx, GLsync object, GLenum obje
|
| {
|
| }
|
|
|
| -void WebGLSync::deleteObjectImpl(WebGraphicsContext3D* context3d, gpu::gles2::GLES2Interface* gl)
|
| +void WebGLSync::deleteObjectImpl(gpu::gles2::GLES2Interface* gl)
|
| {
|
| gl->DeleteSync(m_object);
|
| m_object = 0;
|
|
|