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

Unified Diff: gpu/command_buffer/tests/gl_manager.cc

Issue 1864723003: 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: errorcallback: blimp 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: gpu/command_buffer/tests/gl_manager.cc
diff --git a/gpu/command_buffer/tests/gl_manager.cc b/gpu/command_buffer/tests/gl_manager.cc
index 95778c9cb47fde802cd155e5cffd2260d664cda7..ce9fd3ccd7f2c5f83b3c34f2109e1b95b960ee33 100644
--- a/gpu/command_buffer/tests/gl_manager.cc
+++ b/gpu/command_buffer/tests/gl_manager.cc
@@ -511,6 +511,10 @@ bool GLManager::GetBufferChanged(int32_t transfer_buffer_id) {
return executor_->SetGetBuffer(transfer_buffer_id);
}
+void GLManager::SetGpuControlClient(GpuControlClient*) {
+ // The client is not currently called, so don't store it.
+}
+
Capabilities GLManager::GetCapabilities() {
return decoder_->GetCapabilities();
}

Powered by Google App Engine
This is Rietveld 408576698