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

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: Incorporate taskman 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
« content/public/common/gpu_info.h ('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..9d42adb4cad9cec949e02b08193d948d003e483c 100644
--- a/content/public/common/gpu_info.cc
+++ b/content/public/common/gpu_info.cc
@@ -24,4 +24,16 @@ GPUInfo::GPUInfo()
GPUInfo::~GPUInfo() { }
+GPUVidmemUsageStats::GPUVidmemUsageStats() { }
brettw 2012/08/17 19:07:24 In .cc files I usually don't use the single-line f
ccameron 2012/08/17 20:52:55 Added a newline (this is now in gpu_memory_stats.c
+
+GPUVidmemUsageStats::~GPUVidmemUsageStats() { }
+
+GPUVidmemUsageStats::GPUProcessVidmemUsageStats::GPUProcessVidmemUsageStats()
+ : vidmem(0),
+ has_duplicates(false) {
+}
+
+GPUVidmemUsageStats::GPUProcessVidmemUsageStats::
+ ~GPUProcessVidmemUsageStats() {}
+
} // namespace content
« content/public/common/gpu_info.h ('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