Index: gpu/ipc/gpu_command_buffer_traits.h |
diff --git a/gpu/ipc/gpu_command_buffer_traits.h b/gpu/ipc/gpu_command_buffer_traits.h |
index 2237c1e9010918bb26cfdf9a2da7e7d947b55fae..d3b11fcc078f927fb9dfe811b48f7e6e707b3b82 100644 |
--- a/gpu/ipc/gpu_command_buffer_traits.h |
+++ b/gpu/ipc/gpu_command_buffer_traits.h |
@@ -14,7 +14,7 @@ template <> |
struct ParamTraits<gpu::CommandBuffer::State> { |
typedef gpu::CommandBuffer::State param_type; |
static void Write(Message* m, const param_type& p); |
- static bool Read(const Message* m, void** iter, param_type* p); |
+ static bool Read(const Message* m, PickleReader* iter, param_type* p); |
static void Log(const param_type& p, std::string* l); |
}; |