| Index: content/browser/renderer_host/compositor_impl_android.h
|
| diff --git a/content/browser/renderer_host/compositor_impl_android.h b/content/browser/renderer_host/compositor_impl_android.h
|
| index 9ce37a41f572a587da8b58cc33398848bfe64d76..a3b728e559b9098c8a3b8a100bcf79dcf5a877d6 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.h
|
| +++ b/content/browser/renderer_host/compositor_impl_android.h
|
| @@ -56,7 +56,10 @@ class CONTENT_EXPORT CompositorImpl
|
| virtual WebKit::WebGLId GenerateCompressedTexture(
|
| gfx::Size& size, int data_size, void* data) OVERRIDE;
|
| virtual void DeleteTexture(WebKit::WebGLId texture_id) OVERRIDE;
|
| - virtual void CopyTextureToBitmap(WebKit::WebGLId texture_id,
|
| + virtual bool CopyTextureToBitmap(WebKit::WebGLId texture_id,
|
| + gfx::JavaBitmap& bitmap) OVERRIDE;
|
| + virtual bool CopyTextureToBitmap(WebKit::WebGLId texture_id,
|
| + const gfx::Rect& sub_rect,
|
| gfx::JavaBitmap& bitmap) OVERRIDE;
|
|
|
| // LayerTreeHostClient implementation.
|
|
|