| Index: content/common/gpu/client/gpu_channel_host.cc
|
| diff --git a/content/common/gpu/client/gpu_channel_host.cc b/content/common/gpu/client/gpu_channel_host.cc
|
| index 247971f77b68d5a7bd4fb918780eb6af308ad364..dc1a3ce23a4af0c1583d8d9754829e4ab0970d7a 100644
|
| --- a/content/common/gpu/client/gpu_channel_host.cc
|
| +++ b/content/common/gpu/client/gpu_channel_host.cc
|
| @@ -266,7 +266,7 @@ base::SharedMemoryHandle GpuChannelHost::ShareToGpuProcess(
|
| // Windows needs to explicitly duplicate the handle out to another process.
|
| base::SharedMemoryHandle target_handle;
|
| if (!BrokerDuplicateHandle(source_handle,
|
| - channel_->peer_pid(),
|
| + channel_->GetPeerPID(),
|
| &target_handle,
|
| FILE_GENERIC_READ | FILE_GENERIC_WRITE,
|
| 0)) {
|
|
|