| Index: cc/output/shader.h | 
| diff --git a/cc/output/shader.h b/cc/output/shader.h | 
| index 836c9f57e05b28ea043cd7b1dd0b02adf990f74d..5d62dd9ce9f9dc9407abb2a9ff1e275dfcbd260e 100644 | 
| --- a/cc/output/shader.h | 
| +++ b/cc/output/shader.h | 
| @@ -861,6 +861,14 @@ class FragmentShaderYUVAVideo : public FragmentTexBlendMode { | 
| DISALLOW_COPY_AND_ASSIGN(FragmentShaderYUVAVideo); | 
| }; | 
|  | 
| +class FragmentShaderYVideo : public FragmentTexOpaqueBinding { | 
| + public: | 
| +  std::string GetShaderString( | 
| +      TexCoordPrecision precision, SamplerType sampler) const; | 
| +  static std::string GetShaderHead(); | 
| +  static std::string GetShaderBody(); | 
| +}; | 
| + | 
| class FragmentShaderColor : public FragmentTexBlendMode { | 
| public: | 
| FragmentShaderColor(); | 
|  |