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

Unified Diff: components/mus/gles2/command_buffer_local.cc

Issue 1919203003: Revert of Report lost context from GLES2Implementation based on share group state. (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
« no previous file with comments | « components/mus/gles2/command_buffer_local.h ('k') | gpu/command_buffer/client/client_test_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/gles2/command_buffer_local.cc
diff --git a/components/mus/gles2/command_buffer_local.cc b/components/mus/gles2/command_buffer_local.cc
index 57359ebf38b0680727ea991a53115a37ff4f33ea..177c610243f1c68216ca4c7af54a3cb91b10b1c2 100644
--- a/components/mus/gles2/command_buffer_local.cc
+++ b/components/mus/gles2/command_buffer_local.cc
@@ -334,6 +334,12 @@
NOTIMPLEMENTED();
}
+bool CommandBufferLocal::IsGpuChannelLost() {
+ DCHECK(CalledOnValidThread());
+ // This is only possible for out-of-process command buffers.
+ return false;
+}
+
void CommandBufferLocal::EnsureWorkVisible() {
// This is only relevant for out-of-process command buffers.
}
« no previous file with comments | « components/mus/gles2/command_buffer_local.h ('k') | gpu/command_buffer/client/client_test_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698