Index: content/gpu/gpu_dx_diagnostics_win.cc |
diff --git a/content/gpu/gpu_dx_diagnostics_win.cc b/content/gpu/gpu_dx_diagnostics_win.cc |
index c36ea8f64ad1c7ec6e9022a8b5be4576d6b64b59..53ba25dab0ff25facda4da2c0f6b8407e277f89d 100644 |
--- a/content/gpu/gpu_dx_diagnostics_win.cc |
+++ b/content/gpu/gpu_dx_diagnostics_win.cc |
@@ -13,6 +13,8 @@ |
#include "base/utf_string_conversions.h" |
#include "content/gpu/gpu_info_collector.h" |
+#pragma comment(lib, "dxguid.lib") |
jeanluc1
2011/08/22 22:20:24
I would comment what this line does.
Jói
2011/08/24 13:56:33
Done.
|
+ |
namespace { |
// Traverses the IDxDiagContainer tree and populates a tree of DxDiagNode |