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

Unified Diff: gpu/command_buffer/tests/gl_manager.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/command_buffer/tests/gl_manager.cc
diff --git a/gpu/command_buffer/tests/gl_manager.cc b/gpu/command_buffer/tests/gl_manager.cc
index 40f22ff9205d484d38888b1b6de28179bffadfdf..00623e061eaa7ed658e38dd0230ed772a4a49bfd 100644
--- a/gpu/command_buffer/tests/gl_manager.cc
+++ b/gpu/command_buffer/tests/gl_manager.cc
@@ -576,6 +576,8 @@ void GLManager::EnsureWorkVisible() {
// This is only relevant for out-of-process command buffers.
}
+void GLManager::EnsureWorkVisibleAsync() {}
+
gpu::CommandBufferNamespace GLManager::GetNamespaceID() const {
return gpu::CommandBufferNamespace::IN_PROCESS;
}

Powered by Google App Engine
This is Rietveld 408576698