From a07fb6d62e5762df82304256e0fc712c10a55498 Mon Sep 17 00:00:00 2001 From: "apatrick@chromium.org" Date: Tue, 26 Feb 2013 23:59:24 +0000 Subject: Windows: disable collection of D3D11 stats. BUG=175525 Review URL: https://codereview.chromium.org/12326110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184780 0039d316-1c4b-4281-b951-d872f2087c98 --- content/gpu/gpu_info_collector_win.cc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'content/gpu') diff --git a/content/gpu/gpu_info_collector_win.cc b/content/gpu/gpu_info_collector_win.cc index da9169b8..e318e31 100644 --- a/content/gpu/gpu_info_collector_win.cc +++ b/content/gpu/gpu_info_collector_win.cc @@ -170,6 +170,9 @@ AMDVideoCardType GetAMDVideocardType(); // Collects information about the level of D3D11 support and records it in // the UMA stats. Records no stats when D3D11 in not supported at all. +// +// http://crbug.com/175525. Using D3D11 seems to crash when dlumd32.dll is +// loaded. This function is not currently called. void CollectD3D11Support(HMODULE d3d11_module) { TRACE_EVENT0("gpu", "CollectD3D11Support"); @@ -308,12 +311,6 @@ bool CollectDriverInfoD3D(const std::wstring& device_id, content::GPUInfo* gpu_info) { TRACE_EVENT0("gpu", "CollectDriverInfoD3D"); - base::WorkerPool::PostTask( - FROM_HERE, - base::Bind(CollectD3D11SupportDelayed, - base::MessageLoopProxy::current()), - false); - // create device info for the display device HDEVINFO device_info = SetupDiGetClassDevsW( NULL, device_id.c_str(), NULL, -- cgit v1.1