| 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 b746ea61d90777ab30e6bdb70f308227dcc050d4..94d0824d602f1a514fcd4c0cb77a1c87dc31d3b8 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(
|
|
|