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..fc1dc8f454677116df04231bc56d02970cae1643 100644 |
--- a/content/common/gpu/client/gl_helper.h |
+++ b/content/common/gpu/client/gl_helper.h |
@@ -61,6 +61,7 @@ class GLHelper { |
// the texture and |dst_size| is the size of the resulting copy. |
WebKit::WebGLId CopyAndScaleTexture(WebKit::WebGLId texture, |
const gfx::Size& src_size, |
+ const gfx::Rect& src_rect, |
const gfx::Size& dst_size, |
bool vertically_flip_texture); |