| Index: gpu/blink/webgraphicscontext3d_impl.cc
|
| diff --git a/gpu/blink/webgraphicscontext3d_impl.cc b/gpu/blink/webgraphicscontext3d_impl.cc
|
| index 7a9a6205da4479b99d796cb5a66ff664f43ba5e2..60777ef5848e9a53b98e0c7397c26a9b1a9fbe3c 100644
|
| --- a/gpu/blink/webgraphicscontext3d_impl.cc
|
| +++ b/gpu/blink/webgraphicscontext3d_impl.cc
|
| @@ -204,10 +204,6 @@ void WebGraphicsContext3DImpl::setContextLostCallback(
|
| context_lost_callback_ = cb;
|
| }
|
|
|
| -::gpu::gles2::GLES2Interface* WebGraphicsContext3DImpl::getGLES2Interface() {
|
| - return gl_;
|
| -}
|
| -
|
| ::gpu::gles2::GLES2ImplementationErrorMessageCallback*
|
| WebGraphicsContext3DImpl::getErrorMessageCallback() {
|
| if (!client_error_message_callback_) {
|
|
|