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..21de5f6a54ce28a4ddbad5bbfba155b01e886eda 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/scoped_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, |
+ ScopedReleaseCallback* release_callback); |
void ReleaseTextureMailbox( |
scoped_ptr<WebKit::WebGraphicsContext3D> context3d, |