New issue
Advanced search Search tips

Issue 594263 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner: ----
Closed: Mar 2016
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug

Blocking:
issue 578344



Sign in to add a comment

Variables with GL in them should be rewritten nicely

Project Member Reported by danakj@chromium.org, Mar 11 2016

Issue description

sharedGL = nullptr;

should become:

shared_gl = nullptr;

not

shared_g_l = nullptr
 

Comment 1 by danakj@chromium.org, Mar 11 2016

This might already work..

Comment 2 by danakj@chromium.org, Mar 12 2016

Status: Fixed (was: Available)
+    int shared_gl = 0;

Works already yay dcheng++

Sign in to add a comment