Index: gpu/gles2_conform_support/egl/display.cc |
diff --git a/gpu/gles2_conform_support/egl/display.cc b/gpu/gles2_conform_support/egl/display.cc |
index b82807916e895683893fb44c6cb7343d4f801af7..9b35e091e42c4221e80d097a4eb631fc51930509 100644 |
--- a/gpu/gles2_conform_support/egl/display.cc |
+++ b/gpu/gles2_conform_support/egl/display.cc |
@@ -340,6 +340,10 @@ bool Display::IsGpuChannelLost() { |
return false; |
} |
+void Display::SynchronizeCommandBuffer() { |
+ // This is only relevant for out-of-process command buffers. |
+} |
+ |
gpu::CommandBufferNamespace Display::GetNamespaceID() const { |
return gpu::CommandBufferNamespace::IN_PROCESS; |
} |