| Index: content/common/gpu/gpu_command_buffer_stub.cc
|
| diff --git a/content/common/gpu/gpu_command_buffer_stub.cc b/content/common/gpu/gpu_command_buffer_stub.cc
|
| index f3e2df344dceeaa3812f36484286d9dbc64f12c2..4ae3e21289e03817fe5d4534e25ba6b275d21650 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.cc
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.cc
|
| @@ -206,8 +206,6 @@ void GpuCommandBufferStub::ScheduleDelayedWork(int64 delay) {
|
| }
|
|
|
| void GpuCommandBufferStub::OnEcho(const IPC::Message& message) {
|
| - // For latency_tests.cc:
|
| - UNSHIPPED_TRACE_EVENT_INSTANT0("test_gpu", "CompositorSwapBuffersComplete");
|
| TRACE_EVENT0("gpu", "GpuCommandBufferStub::OnEcho");
|
| Send(new IPC::Message(message));
|
| }
|
|
|