| Index: cc/test/render_pass_test_utils.cc
|
| diff --git a/cc/test/render_pass_test_utils.cc b/cc/test/render_pass_test_utils.cc
|
| index 186bfcaf725fdfbc84882e65c5f09931ea929980..75db76035e63d115168f3ac7db0dcb2464a75af9 100644
|
| --- a/cc/test/render_pass_test_utils.cc
|
| +++ b/cc/test/render_pass_test_utils.cc
|
| @@ -159,7 +159,8 @@ void AddOneOfEveryQuadType(RenderPass* to_pass,
|
| const float vertex_opacity[] = {1.0f, 1.0f, 1.0f, 1.0f};
|
|
|
| static const gpu::SyncToken kSyncTokenForMailboxTextureQuad(
|
| - gpu::CommandBufferNamespace::GPU_IO, 0, 0x123, 30);
|
| + gpu::CommandBufferNamespace::GPU_IO, 0,
|
| + gpu::CommandBufferId::FromUnsafeValue(0x123), 30);
|
| *sync_token_for_mailbox_tebxture = kSyncTokenForMailboxTextureQuad;
|
|
|
| ResourceId resource1 = resource_provider->CreateResource(
|
|
|