| Index: cc/output/program_binding.h
|
| diff --git a/cc/output/program_binding.h b/cc/output/program_binding.h
|
| index e8cfe6815d8c2d6b23c62035235067985dd1fc0a..4fcd7e559cbe20564c2bb31196840cc3c2a1db6a 100644
|
| --- a/cc/output/program_binding.h
|
| +++ b/cc/output/program_binding.h
|
| @@ -265,6 +265,7 @@ class Program : public ProgramBindingBase {
|
| int lut_texture_location() const {
|
| return fragment_shader_.lut_texture_location_;
|
| }
|
| + int lut_size_location() const { return fragment_shader_.lut_size_location_; }
|
| int yuv_matrix_location() const {
|
| return fragment_shader_.yuv_matrix_location_;
|
| }
|
|
|