| Index: gpu/command_buffer/service/program_manager.h
|
| ===================================================================
|
| --- gpu/command_buffer/service/program_manager.h (revision 141304)
|
| +++ gpu/command_buffer/service/program_manager.h (working copy)
|
| @@ -42,8 +42,8 @@
|
| ~UniformInfo();
|
|
|
| bool IsSampler() const {
|
| - return type == GL_SAMPLER_2D || type == GL_SAMPLER_2D_RECT_ARB ||
|
| - type == GL_SAMPLER_CUBE || type == GL_SAMPLER_EXTERNAL_OES;
|
| + return type == GL_SAMPLER_2D || type == GL_SAMPLER_CUBE ||
|
| + type == GL_SAMPLER_EXTERNAL_OES;
|
| }
|
|
|
| GLsizei size;
|
|
|