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 3bf1f9ab5eaa948b2b37f362ccd09bad8b1023a3..09b3400100d98f4ae4725f16511559d359fe289d 100644 |
--- a/content/common/gpu/gpu_command_buffer_stub.cc |
+++ b/content/common/gpu/gpu_command_buffer_stub.cc |
@@ -4,17 +4,17 @@ |
#if defined(ENABLE_GPU) |
+#include "base/debug/trace_event.h" |
#include "base/process_util.h" |
#include "base/shared_memory.h" |
#include "build/build_config.h" |
#include "content/common/child_thread.h" |
-#include "content/common/gpu_messages.h" |
#include "content/common/gpu/gpu_channel.h" |
#include "content/common/gpu/gpu_channel_manager.h" |
#include "content/common/gpu/gpu_command_buffer_stub.h" |
+#include "content/common/gpu_messages.h" |
#include "content/gpu/gpu_watchdog_thread.h" |
#include "gpu/command_buffer/common/constants.h" |
-#include "gpu/common/gpu_trace_event.h" |
#include "ui/gfx/gl/gl_context.h" |
#if defined(OS_WIN) |
@@ -375,7 +375,7 @@ void GpuCommandBufferStub::OnResizeOffscreenFrameBuffer(const gfx::Size& size) { |
} |
void GpuCommandBufferStub::OnSwapBuffers() { |
- GPU_TRACE_EVENT0("gpu", "GpuCommandBufferStub::OnSwapBuffers"); |
+ TRACE_EVENT0("gpu", "GpuCommandBufferStub::OnSwapBuffers"); |
Send(new GpuCommandBufferMsg_SwapBuffers(route_id_)); |
} |