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

Unified Diff: gpu/command_buffer/client/gpu_control.h

Issue 1909133002: Add MGLEcho (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: git add 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 | « gpu/command_buffer/client/gles2_implementation.cc ('k') | mojo/gles2/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2b303b3b4d58ced50269d00d2598e29c248dcf4d..dce809d8c938d032460f25a25b2f79c54228bdf3 100644
--- a/gpu/command_buffer/client/gpu_control.h
+++ b/gpu/command_buffer/client/gpu_control.h
@@ -52,6 +52,8 @@ class GPU_EXPORT GpuControl {
unsigned internalformat,
unsigned usage) = 0;
+ virtual void Echo(const base::Closure& callback) = 0;
+
// Inserts a sync point, returning its ID. Sync point IDs are global and can
// be used for cross-context synchronization.
virtual uint32_t InsertSyncPoint() = 0;
« no previous file with comments | « gpu/command_buffer/client/gles2_implementation.cc ('k') | mojo/gles2/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698