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

Unified Diff: content/public/common/gpu_info.cc

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
« content/gpu/gpu_child_thread.cc ('K') | « content/public/common/gpu_info.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/gpu_info.cc
diff --git a/content/public/common/gpu_info.cc b/content/public/common/gpu_info.cc
index af3ea48c22608f3901072f025d0097b4f3e111ab..792ec4c7ce4a18632557974569ca3979c6a3a164 100644
--- a/content/public/common/gpu_info.cc
+++ b/content/public/common/gpu_info.cc
@@ -24,4 +24,15 @@ GPUInfo::GPUInfo()
GPUInfo::~GPUInfo() { }
+GPUVidmem::GPUVidmem() { }
+
+GPUVidmem::~GPUVidmem() { }
+
+GPUVidmem::GPUProcessVidmem::GPUProcessVidmem()
+ : vidmem(0),
+ has_duplicates(false) {
+}
+
+GPUVidmem::GPUProcessVidmem::~GPUProcessVidmem() { }
+
} // namespace content
« content/gpu/gpu_child_thread.cc ('K') | « content/public/common/gpu_info.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698