command_buffer_gles2 doesn't initialize the base::CommandLine object |
|||
Issue descriptionThe egl implementation relies on this function: https://chromium.googlesource.com/chromium/src/+/master/base/command_line.cc#203 having been called here: https://chromium.googlesource.com/chromium/src/+/master/gpu/gles2_conform_support/egl/display.cc#72 but it has not been (at least on Mac). This causes the Skia bot that runs dm on the command buffer to crash. A few weeks ago this was working.
,
May 3 2016
If nobody fixes it before, this should be fixed in https://codereview.chromium.org/1714883002/ if it ever gets in.
,
Jun 2 2016
,
Jun 8 2016
this should be fixed now. |
|||
►
Sign in to add a comment |
|||
Comment 1 by kkinnu...@nvidia.com
, May 3 2016