Index: chrome/gpu/gpu_thread.h |
diff --git a/chrome/gpu/gpu_thread.h b/chrome/gpu/gpu_thread.h |
index d13d12029a774e9fe7ced5563354090e688605de..57ab0c9fd17479053fc10a0a4be0c8303a5eb9a2 100644 |
--- a/chrome/gpu/gpu_thread.h |
+++ b/chrome/gpu/gpu_thread.h |
@@ -49,6 +49,7 @@ class GpuThread : public ChildThread { |
void OnInitialize(); |
void OnEstablishChannel(int renderer_id); |
void OnCloseChannel(const IPC::ChannelHandle& channel_handle); |
+ void OnSetTraceEnabled(bool enabled); |
void OnSynchronize(); |
void OnCollectGraphicsInfo(GPUInfo::Level level); |
void OnCreateViewCommandBuffer( |
@@ -64,6 +65,8 @@ class GpuThread : public ChildThread { |
void OnCrash(); |
void OnHang(); |
+ void OnTraceDataCollected(const std::string& json_events); |
+ |
#if defined(OS_WIN) |
static void CollectDxDiagnostics(GpuThread* thread); |
static void SetDxDiagnostics(GpuThread* thread, const DxDiagNode& node); |