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 d0993e44a7a5395d16797f0f382735b3da0a272c..d3c608f46ad8a34a4ba4b3965167ee3e3fa8c3eb 100644 |
| --- a/content/gpu/gpu_child_thread.h |
| +++ b/content/gpu/gpu_child_thread.h |
| @@ -52,6 +52,7 @@ class GpuChildThread : public ChildThread { |
| // Message handlers. |
| void OnInitialize(); |
| void OnCollectGraphicsInfo(); |
| + void OnGetVidmemUsageStats(); |
| void OnClean(); |
| void OnCrash(); |
| void OnHang(); |