| Index: content/common/gpu/gpu_command_buffer_stub.cc
|
| diff --git a/content/common/gpu/gpu_command_buffer_stub.cc b/content/common/gpu/gpu_command_buffer_stub.cc
|
| index 9717d5eeca1229cb72c614e678a20ce865abbfa1..6f3f9aaef6d40ba97398d60e6c180b94a277d806 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.cc
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.cc
|
| @@ -193,7 +193,7 @@ void GpuCommandBufferStub::OnInitialize(
|
| renderer_id_,
|
| route_id_,
|
| handle_);
|
| -#elif defined(OS_WIN) || defined(OS_LINUX)
|
| +#elif defined(OS_WIN) || defined(OS_LINUX) || defined(OS_OPENBSD)
|
| surface_ = gfx::GLSurface::CreateViewGLSurface(software_, handle_);
|
| #endif
|
| } else {
|
|
|