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

Unified Diff: gpu/config/gpu_info.cc

Issue 2741343003: Update liftetime management of GpuClient (Closed)
Patch Set: Testing GpuClient Created 3 years, 9 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
« no previous file with comments | « no previous file | services/ui/DEPS » ('j') | services/ui/ws/gpu_host_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/gpu_info.cc
diff --git a/gpu/config/gpu_info.cc b/gpu/config/gpu_info.cc
index 025cd456522c76f447d63b21eafc91e303fbd54d..0bb866d859b2152ef255bfb3d7106af3c9fa226e 100644
--- a/gpu/config/gpu_info.cc
+++ b/gpu/config/gpu_info.cc
@@ -87,11 +87,14 @@ GPUInfo::GPUInfo()
rgba_visual(0)
#endif
{
+ LOG(ERROR) << "JR GPU Info!!!\n";
}
GPUInfo::GPUInfo(const GPUInfo& other) = default;
-GPUInfo::~GPUInfo() { }
+GPUInfo::~GPUInfo() {
+ LOG(ERROR) << "JR GPUInfo death: " << gpu.device_id << "\n";
+}
void GPUInfo::EnumerateFields(Enumerator* enumerator) const {
struct GPUInfoKnownFields {
« no previous file with comments | « no previous file | services/ui/DEPS » ('j') | services/ui/ws/gpu_host_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698