| Index: content/gpu/gpu_child_thread.cc
|
| diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc
|
| index b4ec902b284b1578d40bf4c08d70ba9e45c27c1b..c8449d087a65e1de31f9c7bcb30e7f1c80f06589 100644
|
| --- a/content/gpu/gpu_child_thread.cc
|
| +++ b/content/gpu/gpu_child_thread.cc
|
| @@ -318,7 +318,7 @@ void GpuChildThread::DidLoseContext(bool offscreen,
|
| Send(new GpuHostMsg_DidLoseContext(offscreen, reason, active_url));
|
| }
|
|
|
| -void GpuChildThread::GpuMemoryUmaStats(const GPUMemoryUmaStats& params) {
|
| +void GpuChildThread::GpuMemoryUmaStats(const gpu::GPUMemoryUmaStats& params) {
|
| Send(new GpuHostMsg_GpuMemoryUmaStats(params));
|
| }
|
|
|
|
|