| Index: gpu/command_buffer/common/gles2_cmd_utils.cc
|
| ===================================================================
|
| --- gpu/command_buffer/common/gles2_cmd_utils.cc (revision 141304)
|
| +++ gpu/command_buffer/common/gles2_cmd_utils.cc (working copy)
|
| @@ -497,8 +497,6 @@
|
| return sizeof(GLfloat) * 4 * 4; // NOLINT
|
| case GL_SAMPLER_2D:
|
| return sizeof(GLint); // NOLINT
|
| - case GL_SAMPLER_2D_RECT_ARB:
|
| - return sizeof(GLint); // NOLINT
|
| case GL_SAMPLER_CUBE:
|
| return sizeof(GLint); // NOLINT
|
| case GL_SAMPLER_EXTERNAL_OES:
|
|
|