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

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: Incorporate review feedback 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..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();

Powered by Google App Engine
This is Rietveld 408576698