| 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 2f5deae65f27a2cc7309d71257584a0b680f15ae..6f7e3a9381deb4fa94e984c3ea9182ef1786b002 100644
|
| --- a/gpu/command_buffer/service/program_manager.h
|
| +++ b/gpu/command_buffer/service/program_manager.h
|
| @@ -149,6 +149,10 @@ class GPU_EXPORT Program : public base::RefCounted<Program> {
|
| void GetProgramInfo(
|
| ProgramManager* manager, CommonDecoder::Bucket* bucket) const;
|
|
|
| + // Gets all the UniformBlock info.
|
| + // Return false on overflow.
|
| + bool GetUniformBlocks(CommonDecoder::Bucket* bucket) const;
|
| +
|
| // Sets the sampler values for a uniform.
|
| // This is safe to call for any location. If the location is not
|
| // a sampler uniform nothing will happen.
|
|
|