| 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 ea4e3e8b34e780352858d07788e89bb38ddbab17..cf5d2c5733491f4744d16c098feac7e6a1c62780 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLSync.cpp
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLSync.cpp
|
| @@ -21,7 +21,7 @@ WebGLSync::WebGLSync(WebGL2RenderingContextBase* ctx, WGC3Dsync object, GLenum o
|
| {
|
| }
|
|
|
| -void WebGLSync::deleteObjectImpl(WebGraphicsContext3D* context3d)
|
| +void WebGLSync::deleteObjectImpl(WebGraphicsContext3D* context3d, gpu::gles2::GLES2Interface*)
|
| {
|
| context3d->deleteSync(m_object);
|
| m_object = 0;
|
|
|