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

Unified Diff: gpu/command_buffer/client/context_support.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/context_support.h
diff --git a/gpu/command_buffer/client/context_support.h b/gpu/command_buffer/client/context_support.h
index e4b9c4f21f682c34bbf4a00709927c328a494e95..2e066457f59b30ff15b29e938bd4243763a9ac6e 100644
--- a/gpu/command_buffer/client/context_support.h
+++ b/gpu/command_buffer/client/context_support.h
@@ -26,6 +26,8 @@ struct SyncToken;
class ContextSupport {
public:
+ virtual void EnsureWorkVisibleAsync() = 0;
piman 2017/05/09 00:48:38 nit: please provide documentation. In particular,
sunnyps 2017/05/10 23:15:15 Sorry, I will split this out into a separate CL. I
+
// Runs |callback| when the given sync token is signalled. The sync token may
// belong to any context.
virtual void SignalSyncToken(const SyncToken& sync_token,

Powered by Google App Engine
This is Rietveld 408576698