$OpenBSD: patch-services_ui_public_cpp_gles2_context_cc,v 1.1 2016/10/27 18:30:41 robert Exp $
--- services/ui/public/cpp/gles2_context.cc.orig.port	Wed Oct 19 13:45:12 2016
+++ services/ui/public/cpp/gles2_context.cc	Wed Oct 19 13:45:22 2016
@@ -46,7 +46,7 @@ bool GLES2Context::Initialize(
   gpu::CommandBuffer* command_buffer = command_buffer_proxy_impl_.get();
   gpu::GpuControl* gpu_control = command_buffer_proxy_impl_.get();
 
-  constexpr gpu::SharedMemoryLimits default_limits;
+  constexpr gpu::SharedMemoryLimits default_limits = gpu::SharedMemoryLimits();
   gles2_helper_.reset(new gpu::gles2::GLES2CmdHelper(command_buffer));
   if (!gles2_helper_->Initialize(default_limits.command_buffer_size))
     return false;
