| Index: content/common/gpu/client/gl_helper.h
|
| diff --git a/content/common/gpu/client/gl_helper.h b/content/common/gpu/client/gl_helper.h
|
| index c7f161bb3a215ca7ef400b8bd0620e5d79adefa3..22f466295efd2035c3090e730238a8b8f8eea177 100644
|
| --- a/content/common/gpu/client/gl_helper.h
|
| +++ b/content/common/gpu/client/gl_helper.h
|
| @@ -50,7 +50,7 @@ class GLHelper {
|
| // GL_UNSIGNED_BYTE. This is a blocking call that calls glReadPixels on this
|
| // current context.
|
| void ReadbackTextureSync(WebKit::WebGLId texture,
|
| - const gfx::Size& size,
|
| + const gfx::Rect& src_rect,
|
| unsigned char* out);
|
|
|
| // Creates a copy of the specified texture. |size| is the size of the texture.
|
|
|