| Index: cc/test/test_web_graphics_context_3d.cc
|
| diff --git a/cc/test/test_web_graphics_context_3d.cc b/cc/test/test_web_graphics_context_3d.cc
|
| index 637549267c814e53af14d1e4ab4ce9af2a8158a9..b3cd7b8aef605628395ea211f0c4e6e7d2f917a9 100644
|
| --- a/cc/test/test_web_graphics_context_3d.cc
|
| +++ b/cc/test/test_web_graphics_context_3d.cc
|
| @@ -655,8 +655,8 @@ GLuint64 TestWebGraphicsContext3D::insertFenceSync() {
|
|
|
| void TestWebGraphicsContext3D::genSyncToken(GLuint64 fence_sync,
|
| GLbyte* sync_token) {
|
| - gpu::SyncToken sync_token_data(gpu::CommandBufferNamespace::GPU_IO, 0, 0,
|
| - fence_sync);
|
| + gpu::SyncToken sync_token_data(gpu::CommandBufferNamespace::GPU_IO, 0,
|
| + gpu::CommandBufferId(), fence_sync);
|
| sync_token_data.SetVerifyFlush();
|
| memcpy(sync_token, &sync_token_data, sizeof(sync_token_data));
|
| }
|
|
|