| Index: cc/test/layer_tree_pixel_test.h
|
| diff --git a/cc/test/layer_tree_pixel_test.h b/cc/test/layer_tree_pixel_test.h
|
| index 82fffb49cc72f37ff630706f18fabd97f365c9c5..2fdf2a61c24607df5b714ffacf73c0b3ffc97160 100644
|
| --- a/cc/test/layer_tree_pixel_test.h
|
| +++ b/cc/test/layer_tree_pixel_test.h
|
| @@ -7,6 +7,7 @@
|
| #include "base/files/file_path.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "cc/resources/single_release_callback.h"
|
| #include "cc/test/layer_tree_test.h"
|
|
|
| #ifndef CC_TEST_LAYER_TREE_PIXEL_TEST_H_
|
| @@ -75,7 +76,10 @@ class LayerTreePixelTest : public LayerTreeTest {
|
| gfx::Size size,
|
| const TextureMailbox& texture_mailbox);
|
|
|
| - TextureMailbox CopyBitmapToTextureMailboxAsTexture(const SkBitmap& bitmap);
|
| + void CopyBitmapToTextureMailboxAsTexture(
|
| + const SkBitmap& bitmap,
|
| + TextureMailbox* texture_mailbox,
|
| + scoped_ptr<SingleReleaseCallback>* release_callback);
|
|
|
| void ReleaseTextureMailbox(
|
| scoped_ptr<WebKit::WebGraphicsContext3D> context3d,
|
|
|