Index: content/gpu/gpu_main.cc |
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc |
index d05b6d84e51a91132d02a30ccf6d68f403d01ff2..85aab779afa579aadfa432147b60ad7fb6b23366 100644 |
--- a/content/gpu/gpu_main.cc |
+++ b/content/gpu/gpu_main.cc |
@@ -405,7 +405,7 @@ bool CollectGraphicsInfo(gpu::GPUInfo& gpu_info) { |
case gpu::kCollectInfoNonFatalFailure: |
VLOG(1) << "gpu::CollectGraphicsInfo failed (non-fatal)."; |
break; |
- case gpu::kCollectInfoSuccess: |
+ default: |
piman
2014/09/03 00:50:55
nit: same here
Zhenyao Mo
2014/09/03 01:31:23
Done.
|
break; |
} |
GetContentClient()->SetGpuInfo(gpu_info); |