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

Unified Diff: gpu/gles2_conform_support/egl/display.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/gles2_conform_support/egl/display.cc
diff --git a/gpu/gles2_conform_support/egl/display.cc b/gpu/gles2_conform_support/egl/display.cc
index 0223a86fb1adb36494f49a713ada50c7aeacf890..a19718b4c35e8c5a0030314a4d2a6e6eeac3d857 100644
--- a/gpu/gles2_conform_support/egl/display.cc
+++ b/gpu/gles2_conform_support/egl/display.cc
@@ -322,6 +322,10 @@ bool Display::MakeCurrent(EGLSurface draw, EGLSurface read, EGLContext ctx) {
return true;
}
+void Display::SetGpuControlClient(gpu::GpuControlClient*) {
+ // The client is not currently called, so don't store it.
+}
+
gpu::Capabilities Display::GetCapabilities() {
return decoder_->GetCapabilities();
}

Powered by Google App Engine
This is Rietveld 408576698