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..3590cf32d61c606b86c7de3a7569b7aca909cfad 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 OnGetVideoMemoryUsageStats(); |
| void OnClean(); |
| void OnCrash(); |
| void OnHang(); |