| Index: gpu/blink/webgraphicscontext3d_impl.h
|
| diff --git a/gpu/blink/webgraphicscontext3d_impl.h b/gpu/blink/webgraphicscontext3d_impl.h
|
| index db0826049c4336db7c067b6268a647b08e047fe0..071e508dbc20a7d2fddf12ca7cc24bcb5dc2fce8 100644
|
| --- a/gpu/blink/webgraphicscontext3d_impl.h
|
| +++ b/gpu/blink/webgraphicscontext3d_impl.h
|
| @@ -52,7 +52,7 @@ class GPU_BLINK_EXPORT WebGraphicsContext3DImpl
|
| blink::WebGLId shader) override;
|
|
|
| void setContextLostCallback(
|
| - WebGraphicsContext3D::WebGraphicsContextLostCallback* callback) override;
|
| + WebGraphicsContext3D::WebGraphicsContextLostCallback* callback);
|
|
|
| void setErrorMessageCallback(
|
| WebGraphicsContext3D::WebGraphicsErrorMessageCallback* callback) override;
|
|
|