| Index: gpu/command_buffer/build_gles2_cmd_buffer.py
|
| ===================================================================
|
| --- gpu/command_buffer/build_gles2_cmd_buffer.py (revision 99750)
|
| +++ gpu/command_buffer/build_gles2_cmd_buffer.py (working copy)
|
| @@ -4561,7 +4561,7 @@
|
| self.enum_info = _ENUM_LISTS[name]
|
|
|
| def WriteValidationCode(self, file, func):
|
| - file.Write(" if (!validators_->%s.IsValid(%s)) {\n" %
|
| + file.Write(" if (!validators()->%s.IsValid(%s)) {\n" %
|
| (ToUnderscore(self.type_name), self.name))
|
| file.Write(" SetGLError(%s, \"gl%s: %s %s\");\n" %
|
| (self.gl_error, func.original_name, self.name, self.gl_error))
|
|
|