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

Unified Diff: gpu/command_buffer/tests/gl_manager.cc

Issue 1559893003: Added method to synchronize command buffers within GpuControl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation errors Created 4 years, 12 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 9ad141e2b216a6ce4e9f7e356acd03a3d0c696e0..c787746549e6143ba5fef23fe8c73af83cb34daf 100644
--- a/gpu/command_buffer/tests/gl_manager.cc
+++ b/gpu/command_buffer/tests/gl_manager.cc
@@ -499,6 +499,10 @@ bool GLManager::IsGpuChannelLost() {
return false;
}
+void GLManager::SynchronizeCommandBuffer() {
+ // This is only relevant for out-of-process command buffers.
+}
+
gpu::CommandBufferNamespace GLManager::GetNamespaceID() const {
return gpu::CommandBufferNamespace::IN_PROCESS;
}

Powered by Google App Engine
This is Rietveld 408576698