| Index: third_party/WebKit/Source/modules/webgl/WebGLQuery.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLQuery.cpp b/third_party/WebKit/Source/modules/webgl/WebGLQuery.cpp
|
| index ec6be74381b2ee7d86993451c5444e29b82586b4..ddebb2413fff6d6b8d2e953404d8f308176e692f 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLQuery.cpp
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLQuery.cpp
|
| @@ -41,7 +41,7 @@ void WebGLQuery::setTarget(GLenum target)
|
| m_target = target;
|
| }
|
|
|
| -void WebGLQuery::deleteObjectImpl(WebGraphicsContext3D* context3d)
|
| +void WebGLQuery::deleteObjectImpl(WebGraphicsContext3D* context3d, gpu::gles2::GLES2Interface* gl)
|
| {
|
| context3d->deleteQueryEXT(m_object);
|
| m_object = 0;
|
|
|