| Index: gpu/command_buffer/common/gles2_cmd_utils.cc
|
| diff --git a/gpu/command_buffer/common/gles2_cmd_utils.cc b/gpu/command_buffer/common/gles2_cmd_utils.cc
|
| index 0f8d67b6033f89d206d7d57d36f38dfab936a361..c36e8e7a8945a94be1fbda8b975768bea1c0f331 100644
|
| --- a/gpu/command_buffer/common/gles2_cmd_utils.cc
|
| +++ b/gpu/command_buffer/common/gles2_cmd_utils.cc
|
| @@ -433,6 +433,8 @@ uint32 GLES2Util::GetGLDataTypeSizeForUniforms(int type) {
|
| return sizeof(GLint); // NOLINT
|
| case GL_SAMPLER_CUBE:
|
| return sizeof(GLint); // NOLINT
|
| + case GL_SAMPLER_EXTERNAL_OES:
|
| + return sizeof(GLint); // NOLINT
|
| default:
|
| return 0;
|
| }
|
|
|