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

Unified Diff: content/gpu/gpu_main.cc

Issue 534043002: Add bits to indicate which parts of GPUInfo are collected. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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_main.cc
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc
index d05b6d84e51a91132d02a30ccf6d68f403d01ff2..6909132e3d1e6a3b66afadb8babc25b3b778b7a0 100644
--- a/content/gpu/gpu_main.cc
+++ b/content/gpu/gpu_main.cc
@@ -405,6 +405,9 @@ bool CollectGraphicsInfo(gpu::GPUInfo& gpu_info) {
case gpu::kCollectInfoNonFatalFailure:
VLOG(1) << "gpu::CollectGraphicsInfo failed (non-fatal).";
break;
+ case gpu::kCollectInfoNone:
+ NOTIMPLEMENTED();
piman 2014/09/03 02:02:20 (same here)
Zhenyao Mo 2014/09/03 02:10:28 Done.
+ break;
case gpu::kCollectInfoSuccess:
break;
}

Powered by Google App Engine
This is Rietveld 408576698