Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(589)

Unified Diff: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h

Issue 1885903002: Revert of Make lost context and error message callbacks on GpuControl go to client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698