| Index: content/gpu/gpu_child_thread.cc
|
| diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc
|
| index ac79e6025466da89da771811a116be8542e47f0c..0c00dcc1b8314ee7c0a17fd85ea5890edf644ea8 100644
|
| --- a/content/gpu/gpu_child_thread.cc
|
| +++ b/content/gpu/gpu_child_thread.cc
|
| @@ -80,7 +80,7 @@ class GpuMemoryBufferMessageFilter : public IPC::MessageFilter {
|
| void OnCreateGpuMemoryBuffer(
|
| const GpuMsg_CreateGpuMemoryBuffer_Params& params) {
|
| TRACE_EVENT2("gpu", "GpuMemoryBufferMessageFilter::OnCreateGpuMemoryBuffer",
|
| - "id", params.id, "client_id", params.client_id);
|
| + "id", params.id.id, "client_id", params.client_id);
|
| sender_->Send(new GpuHostMsg_GpuMemoryBufferCreated(
|
| gpu_memory_buffer_factory_->CreateGpuMemoryBuffer(
|
| params.id, params.size, params.format, params.usage,
|
| @@ -358,4 +358,3 @@ void GpuChildThread::OnGpuSwitched() {
|
| }
|
|
|
| } // namespace content
|
| -
|
|
|