| Index: gpu/command_buffer/service/program_manager.h
|
| diff --git a/gpu/command_buffer/service/program_manager.h b/gpu/command_buffer/service/program_manager.h
|
| index 2f59c9896a314351766c31c7e9c7888f8ca01a7a..aa331de60bb5707f0510ff571df19cb4a671b395 100644
|
| --- a/gpu/command_buffer/service/program_manager.h
|
| +++ b/gpu/command_buffer/service/program_manager.h
|
| @@ -39,7 +39,8 @@ class ProgramManager {
|
| ~UniformInfo();
|
|
|
| bool IsSampler() const {
|
| - return type == GL_SAMPLER_2D || type == GL_SAMPLER_CUBE;
|
| + return type == GL_SAMPLER_2D || type == GL_SAMPLER_CUBE ||
|
| + type == GL_SAMPLER_EXTERNAL_OES;
|
| }
|
|
|
| GLsizei size;
|
|
|