Chromium Code Reviews| Index: cc/output/shader.cc |
| diff --git a/cc/output/shader.cc b/cc/output/shader.cc |
| index f356c7c8f8ab30036f31737b4170b0c85a4b74ba..de1ddd4d0a6226060adf5cc4789eb6842bc005e0 100644 |
| --- a/cc/output/shader.cc |
| +++ b/cc/output/shader.cc |
| @@ -2105,15 +2105,8 @@ void FragmentShaderYUVAVideo::Init(GLES2Interface* context, |
| unsigned program, |
| int* base_uniform_index) { |
| static const char* uniforms[] = { |
| - "y_texture", |
| - "u_texture", |
| - "v_texture", |
| - "a_texture", |
| - "alpha", |
| - "cc_matrix", |
|
enne (OOO)
2015/11/20 18:26:15
Oops!
|
| - "yuv_adj", |
| - "ya_clamp_rect", |
| - "uv_clamp_rect", |
| + "y_texture", "u_texture", "v_texture", "a_texture", "alpha", |
| + "yuv_matrix", "yuv_adj", "ya_clamp_rect", "uv_clamp_rect", |
| }; |
| int locations[arraysize(uniforms)]; |