| Index: gpu/command_buffer/client/gles2_implementation.cc
|
| diff --git a/gpu/command_buffer/client/gles2_implementation.cc b/gpu/command_buffer/client/gles2_implementation.cc
|
| index d77fa2ca83137f7b8360f4bc250d0c99e6840002..7c7f99d6fe17a02492827ee98e569d885d8c0c1b 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.cc
|
| +++ b/gpu/command_buffer/client/gles2_implementation.cc
|
| @@ -5552,7 +5552,6 @@
|
|
|
| // Copy the data over after setting the data to ensure alignment.
|
| SyncToken sync_token_data(gpu_control_->GetNamespaceID(),
|
| - gpu_control_->GetExtraCommandBufferData(),
|
| gpu_control_->GetCommandBufferID(), fence_sync);
|
| sync_token_data.SetVerifyFlush();
|
| memcpy(sync_token, &sync_token_data, sizeof(sync_token_data));
|
| @@ -5576,7 +5575,6 @@
|
|
|
| // Copy the data over after setting the data to ensure alignment.
|
| SyncToken sync_token_data(gpu_control_->GetNamespaceID(),
|
| - gpu_control_->GetExtraCommandBufferData(),
|
| gpu_control_->GetCommandBufferID(), fence_sync);
|
| memcpy(sync_token, &sync_token_data, sizeof(sync_token_data));
|
| }
|
|
|