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

Unified Diff: gpu/gles2_conform_support/egl/context.cc

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/gles2_conform_support/egl/context.cc
diff --git a/gpu/gles2_conform_support/egl/context.cc b/gpu/gles2_conform_support/egl/context.cc
index 11171d0d12ac179c3d5754ef9ac1cec58a7e4cf2..44ae797bf118e95404823a659a549c0876d46b38 100644
--- a/gpu/gles2_conform_support/egl/context.cc
+++ b/gpu/gles2_conform_support/egl/context.cc
@@ -185,6 +185,8 @@ void Context::EnsureWorkVisible() {
// This is only relevant for out-of-process command buffers.
}
+void Context::EnsureWorkVisibleAsync() {}
+
gpu::CommandBufferNamespace Context::GetNamespaceID() const {
return gpu::CommandBufferNamespace::IN_PROCESS;
}

Powered by Google App Engine
This is Rietveld 408576698