Backed out changeset dc2e15a7df8d (bug 1096535) for bustage on a CLOSED TREE

This commit is contained in:
Wes Kocher 2014-11-10 12:53:34 -08:00
parent 9a0b7054a5
commit 26ed578115

View File

@ -32,7 +32,6 @@
#include "gfxGDIFont.h"
#include "mozilla/layers/CompositorParent.h" // for CompositorParent::IsInCompositorThread
#include "mozilla/IntegerPrintfMacros.h"
#include "DeviceManagerD3D9.h"
#include "mozilla/layers/ReadbackManagerD3D11.h"
@ -1523,9 +1522,6 @@ bool DoesD3D11DeviceWork(ID3D11Device *device)
checked = true;
if (GetModuleHandleW(L"dlumd32.dll") && GetModuleHandleW(L"igd10umd32.dll")) {
#if defined(MOZ_CRASHREPORTER)
CrashReporter::AppendAppNotesToCrashReport(NS_LITERAL_CSTRING("DisplayLink: detected\n"));
#endif
nsString displayLinkModuleVersionString;
gfxWindowsPlatform::GetDLLVersion(L"dlumd32.dll", displayLinkModuleVersionString);
uint64_t displayLinkModuleVersion;
@ -1535,11 +1531,6 @@ bool DoesD3D11DeviceWork(ID3D11Device *device)
#endif
return false;
}
#if defined(MOZ_CRASHREPORTER)
nsPrintfCString displayLinkInfo("Version: " PRIx64 "\n", displayLinkModuleVersion);
CrashReporter::AppendAppNotesToCrashReport(displayLinkInfo);
#endif
if (displayLinkModuleVersion <= GFX_DRIVER_VERSION(8,6,1,36484)) {
#if defined(MOZ_CRASHREPORTER)
CrashReporter::AppendAppNotesToCrashReport(NS_LITERAL_CSTRING("DisplayLink: too old version\n"));