| Index: content/common/gpu/client/command_buffer_proxy_impl.cc
|
| diff --git a/content/common/gpu/client/command_buffer_proxy_impl.cc b/content/common/gpu/client/command_buffer_proxy_impl.cc
|
| index 22afb00509ccaa1af37ef3a11422725870e053f6..b247bf3fa34b5bb325182cc503fed0b6120ed97e 100644
|
| --- a/content/common/gpu/client/command_buffer_proxy_impl.cc
|
| +++ b/content/common/gpu/client/command_buffer_proxy_impl.cc
|
| @@ -449,8 +449,8 @@ int32_t CommandBufferProxyImpl::CreateImage(ClientBuffer buffer,
|
| return -1;
|
|
|
| if (image_fence_sync) {
|
| - gpu::SyncToken sync_token(GetNamespaceID(), GetCommandBufferID(),
|
| - GetExtraCommandBufferData(), image_fence_sync);
|
| + gpu::SyncToken sync_token(GetNamespaceID(), GetExtraCommandBufferData(),
|
| + GetCommandBufferID(), image_fence_sync);
|
|
|
| // Force a synchronous IPC to validate sync token.
|
| channel_->ValidateFlushIDReachedServer(stream_id_, true);
|
|
|