Index: cc/trees/layer_tree_host_pixeltest_readback.cc |
diff --git a/cc/trees/layer_tree_host_pixeltest_readback.cc b/cc/trees/layer_tree_host_pixeltest_readback.cc |
index b65feccda04a480a9e3fe407a6548b122c287c06..c35d66b77d68976e07f5c8e7251b1a8c8cb6dfe7 100644 |
--- a/cc/trees/layer_tree_host_pixeltest_readback.cc |
+++ b/cc/trees/layer_tree_host_pixeltest_readback.cc |
@@ -123,7 +123,7 @@ class LayerTreeHostReadbackPixelTest |
scoped_ptr<SkBitmap> bitmap = |
CopyTextureMailboxToBitmap(result->size(), texture_mailbox); |
- release_callback->Run(0, false); |
+ release_callback->Run(gpu::SyncToken(), false); |
ReadbackResultAsBitmap(CopyOutputResult::CreateBitmapResult(bitmap.Pass())); |
} |