| Index: gpu/ipc/gpu_command_buffer_traits.cc
|
| diff --git a/gpu/ipc/gpu_command_buffer_traits.cc b/gpu/ipc/gpu_command_buffer_traits.cc
|
| index 66d4189598b0e0dd726e7f90eca9afd73e7a1869..b502b0fd1bb4c36660fbc2cd21d2a9fe38913b0b 100644
|
| --- a/gpu/ipc/gpu_command_buffer_traits.cc
|
| +++ b/gpu/ipc/gpu_command_buffer_traits.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -17,7 +17,7 @@ void ParamTraits<gpu::CommandBuffer::State> ::Write(Message* m,
|
| }
|
|
|
| bool ParamTraits<gpu::CommandBuffer::State> ::Read(const Message* m,
|
| - void** iter,
|
| + PickleIterator* iter,
|
| param_type* p) {
|
| int32 temp;
|
| if (ReadParam(m, iter, &p->num_entries) &&
|
|
|