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..89bce6a0276f9e6310f67ca51293caaf119781fc 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 OnGetVidmem(); |
|
greggman
2012/08/10 01:23:25
style: does Vidmem seem to be an abbreviation the
|
| void OnClean(); |
| void OnCrash(); |
| void OnHang(); |