Index: cc/output/copy_output_request.h |
diff --git a/cc/output/copy_output_request.h b/cc/output/copy_output_request.h |
index 3f4d925ee16c2f9cf649e82baba3ec800c931e20..c4a92481dbca566e42acf150f5a639f60c64628c 100644 |
--- a/cc/output/copy_output_request.h |
+++ b/cc/output/copy_output_request.h |
@@ -14,6 +14,7 @@ class SkBitmap; |
namespace cc { |
class CopyOutputResult; |
+class SingleReleaseCallback; |
class TextureMailbox; |
class CC_EXPORT CopyOutputRequest { |
@@ -61,7 +62,8 @@ class CC_EXPORT CopyOutputRequest { |
void SendEmptyResult(); |
void SendBitmapResult(scoped_ptr<SkBitmap> bitmap); |
void SendTextureResult(gfx::Size size, |
- scoped_ptr<TextureMailbox> texture_mailbox); |
+ const TextureMailbox& texture_mailbox, |
+ scoped_ptr<SingleReleaseCallback> release_callback); |
void SendResult(scoped_ptr<CopyOutputResult> result); |