| Index: content/gpu/gpu_child_thread.cc
|
| diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc
|
| index 7c80e57e40a380af95cc22e96ede0b56de1dd380..3814865faa7ff8058f95e473f77c62c706ddd209 100644
|
| --- a/content/gpu/gpu_child_thread.cc
|
| +++ b/content/gpu/gpu_child_thread.cc
|
| @@ -297,10 +297,6 @@ void GpuChildThread::DidLoseContext(bool offscreen,
|
| Send(new GpuHostMsg_DidLoseContext(offscreen, reason, active_url));
|
| }
|
|
|
| -void GpuChildThread::GpuMemoryUmaStats(const gpu::GPUMemoryUmaStats& params) {
|
| - Send(new GpuHostMsg_GpuMemoryUmaStats(params));
|
| -}
|
| -
|
| #if defined(OS_WIN)
|
| void GpuChildThread::SendAcceleratedSurfaceCreatedChildWindow(
|
| gpu::SurfaceHandle parent_window,
|
|
|