| Index: third_party/WebKit/Source/modules/webgl/WebGLSync.h
 | 
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLSync.h b/third_party/WebKit/Source/modules/webgl/WebGLSync.h
 | 
| index 1668130295abd0c315a16f42f4a22ebc4c3fe7b4..ca47ba2b220f4e3a82f9f56063a8954e99d82690 100644
 | 
| --- a/third_party/WebKit/Source/modules/webgl/WebGLSync.h
 | 
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLSync.h
 | 
| @@ -23,7 +23,7 @@ protected:
 | 
|      WebGLSync(WebGL2RenderingContextBase*, WGC3Dsync, GLenum objectType);
 | 
|  
 | 
|      bool hasObject() const override { return m_object != 0; }
 | 
| -    void deleteObjectImpl(WebGraphicsContext3D*) override;
 | 
| +    void deleteObjectImpl(WebGraphicsContext3D*, gpu::gles2::GLES2Interface*) override;
 | 
|  
 | 
|      GLenum objectType() const { return m_objectType; }
 | 
|  
 | 
| 
 |