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

Unified Diff: components/mus/gles2/command_buffer_local.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: components/mus/gles2/command_buffer_local.cc
diff --git a/components/mus/gles2/command_buffer_local.cc b/components/mus/gles2/command_buffer_local.cc
index df5489ca06f1d00eecf9297af4d3146be09eb41a..f8b9a6096beb10bcc3685ffb566d2c485beefb93 100644
--- a/components/mus/gles2/command_buffer_local.cc
+++ b/components/mus/gles2/command_buffer_local.cc
@@ -220,6 +220,10 @@ bool CommandBufferLocal::IsGpuChannelLost() {
return false;
}
+void CommandBufferLocal::SynchronizeCommandBuffer() {
+ // This is only relevant for out-of-process command buffers.
+}
+
gpu::CommandBufferNamespace CommandBufferLocal::GetNamespaceID() const {
return gpu::CommandBufferNamespace::MOJO_LOCAL;
}

Powered by Google App Engine
This is Rietveld 408576698