Chromium Code Reviews| Index: content/gpu/gpu_child_thread.h |
| diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h |
| index 8a41c8f8bfea9cda389cbc148d578296acd4fed7..535132c295aa900a1a534c3e6d111135650e4108 100644 |
| --- a/content/gpu/gpu_child_thread.h |
| +++ b/content/gpu/gpu_child_thread.h |
| @@ -53,6 +53,7 @@ class GpuChildThread : public ChildThread { |
| // Message handlers. |
| void OnInitialize(); |
| void OnCollectGraphicsInfo(); |
| + void OnGetMemStats(); |
| void OnClean(); |
| void OnCrash(); |
| void OnHang(); |