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