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 220137d7871c2b0e319b762f68486cba2630696b..0b8e8f54a9ee1d23a3c2ce3c61687fc7cdd3228e 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 { |