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

Unified Diff: gpu/command_buffer/client/gles2_implementation.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/gles2_implementation.h
diff --git a/gpu/command_buffer/client/gles2_implementation.h b/gpu/command_buffer/client/gles2_implementation.h
index af72fa0ba5bf6aeabd393b9d2bce8f5090e5a3bb..ef77cf3bd9dfbda8c31de8db04ff3d1043575f6d 100644
--- a/gpu/command_buffer/client/gles2_implementation.h
+++ b/gpu/command_buffer/client/gles2_implementation.h
@@ -252,6 +252,7 @@ class GLES2_IMPL_EXPORT GLES2Implementation
void FreeSharedMemory(void*) override;
// ContextSupport implementation.
+ void EnsureWorkVisibleAsync() override;
void SignalSyncToken(const gpu::SyncToken& sync_token,
const base::Closure& callback) override;
bool IsSyncTokenSignaled(const gpu::SyncToken& sync_token) override;

Powered by Google App Engine
This is Rietveld 408576698