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

Unified Diff: content/gpu/gpu_dx_diagnostics_win.cc

Issue 7706011: Use precompiled headers for most large projects. (Closed) Base URL: ssh://joi@192.168.1.201/home/joi/c/chrome/src@master
Patch Set: Created 9 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/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

Powered by Google App Engine
This is Rietveld 408576698