Index: content/gpu/gpu_child_thread.h |
diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h |
index 0f39b427aa2e410844166acdb59f0e3ffc15cd66..8a41c8f8bfea9cda389cbc148d578296acd4fed7 100644 |
--- a/content/gpu/gpu_child_thread.h |
+++ b/content/gpu/gpu_child_thread.h |
@@ -57,6 +57,10 @@ class GpuChildThread : public ChildThread { |
void OnCrash(); |
void OnHang(); |
+#if defined(USE_TCMALLOC) |
+ void OnGetGpuTcmalloc(); |
+#endif |
+ |
#if defined(OS_WIN) |
static void CollectDxDiagnostics(GpuChildThread* thread); |
static void SetDxDiagnostics(GpuChildThread* thread, |