| Index: third_party/WebKit/public/platform/WebMediaPlayer.h
 | 
| diff --git a/third_party/WebKit/public/platform/WebMediaPlayer.h b/third_party/WebKit/public/platform/WebMediaPlayer.h
 | 
| index 4f17e2e0172cee478408227f14c4209c80e7557d..581d3b4a2a1e07ba5280fab131f77090a0786030 100644
 | 
| --- a/third_party/WebKit/public/platform/WebMediaPlayer.h
 | 
| +++ b/third_party/WebKit/public/platform/WebMediaPlayer.h
 | 
| @@ -221,13 +221,14 @@ class WebMediaPlayer {
 | 
|    // The method is wrapping calls to glTexImage2D, glTexSubImage2D,
 | 
|    // glTexImage3D and glTexSubImage3D and parameters have the same name and
 | 
|    // meaning.
 | 
| -  // Texture needs to be created and bound to active texture unit before this
 | 
| -  // call. In addition, TexSubImage2D and TexSubImage3D require that previous
 | 
| -  // TexImage2D and TexSubImage3D calls, respectivelly, defined the texture
 | 
| -  // content.
 | 
| +  // Texture |texture| needs to be created and bound to active texture unit
 | 
| +  // before this call. In addition, TexSubImage2D and TexSubImage3D require that
 | 
| +  // previous TexImage2D and TexSubImage3D calls, respectively, defined the
 | 
| +  // texture content.
 | 
|    virtual bool TexImageImpl(TexImageFunctionID function_id,
 | 
|                              unsigned target,
 | 
|                              gpu::gles2::GLES2Interface* gl,
 | 
| +                            unsigned texture,
 | 
|                              int level,
 | 
|                              int internalformat,
 | 
|                              unsigned format,
 | 
| 
 |