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

Unified Diff: content/browser/gamepad/gamepad_platform_data_fetcher_win.cc

Issue 15745014: Move GPU device/driver info related code from content to gpu. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 7 years, 7 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/browser/gamepad/gamepad_platform_data_fetcher_win.cc
===================================================================
--- content/browser/gamepad/gamepad_platform_data_fetcher_win.cc (revision 201645)
+++ content/browser/gamepad/gamepad_platform_data_fetcher_win.cc (working copy)
@@ -19,6 +19,9 @@
#define DIDFT_OPTIONAL 0x80000000
#endif
+// Functions in this file depend on functions exported from dxguid.dll.
+#pragma comment(lib, "dxguid.lib")
+
namespace content {
using namespace WebKit;
« no previous file with comments | « components/autofill/browser/risk/fingerprint.cc ('k') | content/browser/gpu/browser_gpu_channel_host_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698