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

Unified Diff: components/mus/gles2/command_buffer_local_client.h

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: .get 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: components/mus/gles2/command_buffer_local_client.h
diff --git a/components/mus/gles2/command_buffer_local_client.h b/components/mus/gles2/command_buffer_local_client.h
index 4999f7e4b3438a4e7d2e0cf4fb35f7c4408dff2d..9071defa2032dcef16863dc38fdcf017d0d53761 100644
--- a/components/mus/gles2/command_buffer_local_client.h
+++ b/components/mus/gles2/command_buffer_local_client.h
@@ -14,7 +14,6 @@ namespace mus {
class CommandBufferLocalClient {
public:
virtual void UpdateVSyncParameters(int64_t timebase, int64_t interval) = 0;
- virtual void DidLoseContext() = 0;
virtual void GpuCompletedSwapBuffers(gfx::SwapResult result) = 0;
protected:

Powered by Google App Engine
This is Rietveld 408576698