| Index: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| index 4a6b0a37f32af8d6d6d7e15c10c703c88b8c47e6..1bbd7202eb6313e061af0524e4b568fc0c06e3ec 100644
|
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| @@ -191,8 +191,7 @@
|
| // unnecessary complexity at the moment.
|
| bool CreateContext();
|
|
|
| - void OnContextLost();
|
| - void OnErrorMessage(const char* message, int32_t id);
|
| + virtual void OnContextLost();
|
|
|
| bool automatic_flushes_;
|
| gpu::gles2::ContextCreationAttribHelper attributes_;
|
|
|