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

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: Clean try errors (remove semicolon, remove unneeded assert that unittests don't follow) 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/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/common/gpu/gpu_memory_manager.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