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

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

Issue 2814843002: gpu: GPU service scheduler. (Closed)
Patch Set: rebase Created 3 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 b98d79c8527f4de97490f42fa6868c56ea11e265..6737b9a70395c745650f916dd80e75df07210cda 100644
--- a/gpu/command_buffer/client/gpu_control.h
+++ b/gpu/command_buffer/client/gpu_control.h
@@ -69,6 +69,8 @@ class GPU_EXPORT GpuControl {
// services and will be treated as a NOP for in process command buffers.
virtual void EnsureWorkVisible() = 0;
+ virtual void EnsureWorkVisibleAsync() = 0;
piman 2017/05/09 00:48:38 nit: please provide documentation here. Not too su
sunnyps 2017/05/10 23:15:15 Done.
+
// The namespace and command buffer ID forms a unique pair for all existing
// GpuControl (on client) and matches for the corresponding command buffer
// (on server) in a single server process. The extra command buffer data can

Powered by Google App Engine
This is Rietveld 408576698