Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(457)

Unified Diff: content/gpu/gpu_child_thread.h

Issue 10854076: Add GPU memory tab to the task manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Allow only one outstanding vidmem refresh Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698