| Index: gpu/blink/webgraphicscontext3d_impl.cc
|
| diff --git a/gpu/blink/webgraphicscontext3d_impl.cc b/gpu/blink/webgraphicscontext3d_impl.cc
|
| index eead912ca412db52be701aa397ddcec58c61d5bb..155d9fef9a5a2bebdc702eab94751fa224931f6d 100644
|
| --- a/gpu/blink/webgraphicscontext3d_impl.cc
|
| +++ b/gpu/blink/webgraphicscontext3d_impl.cc
|
| @@ -83,10 +83,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_) {
|
|
|