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

Unified Diff: gpu/command_buffer/client/gpu_control.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: gpu/command_buffer/client/gpu_control.h
diff --git a/gpu/command_buffer/client/gpu_control.h b/gpu/command_buffer/client/gpu_control.h
index 7baf62c2e2229a6023193dc251f3ef87b74fb347..12ad377b5535cb0cb632e8f766e7900430b16b27 100644
--- a/gpu/command_buffer/client/gpu_control.h
+++ b/gpu/command_buffer/client/gpu_control.h
@@ -29,7 +29,6 @@
}
namespace gpu {
-class GpuControlClient;
struct SyncToken;
// Common interface for GpuControl implementations.
@@ -37,8 +36,6 @@
public:
GpuControl() {}
virtual ~GpuControl() {}
-
- virtual void SetGpuControlClient(GpuControlClient* gpu_control_client) = 0;
virtual Capabilities GetCapabilities() = 0;
« no previous file with comments | « gpu/command_buffer/client/gles2_implementation_unittest.cc ('k') | gpu/command_buffer/client/gpu_control_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698