diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-05-20 12:10:50 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-05-20 12:10:50 +0200 |
commit | fc001cc5bf6dfbb6504a4fa2ab95beda615f8d19 (patch) | |
tree | 29e15488fc346a9f0078dc37790d95c562f56cf8 /gfx/thebes/gfxWindowsPlatform.cpp | |
parent | 5aafe792b123389abe2ba108208bbc91435ea3b3 (diff) | |
download | UXP-fc001cc5bf6dfbb6504a4fa2ab95beda615f8d19.tar UXP-fc001cc5bf6dfbb6504a4fa2ab95beda615f8d19.tar.gz UXP-fc001cc5bf6dfbb6504a4fa2ab95beda615f8d19.tar.lz UXP-fc001cc5bf6dfbb6504a4fa2ab95beda615f8d19.tar.xz UXP-fc001cc5bf6dfbb6504a4fa2ab95beda615f8d19.zip |
Remove gfxCrashReporterUtils.
Tag #20.
Diffstat (limited to 'gfx/thebes/gfxWindowsPlatform.cpp')
-rwxr-xr-x | gfx/thebes/gfxWindowsPlatform.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gfx/thebes/gfxWindowsPlatform.cpp b/gfx/thebes/gfxWindowsPlatform.cpp index c68f622c6..a988859eb 100755 --- a/gfx/thebes/gfxWindowsPlatform.cpp +++ b/gfx/thebes/gfxWindowsPlatform.cpp @@ -33,8 +33,6 @@ #include "nsIGfxInfo.h" -#include "gfxCrashReporterUtils.h" - #include "gfxGDIFontList.h" #include "gfxGDIFont.h" @@ -400,7 +398,6 @@ gfxWindowsPlatform::InitDWriteSupport() return false; } - mozilla::ScopedGfxFeatureReporter reporter("DWrite"); decltype(DWriteCreateFactory)* createDWriteFactory = (decltype(DWriteCreateFactory)*) GetProcAddress(LoadLibraryW(L"dwrite.dll"), "DWriteCreateFactory"); if (!createDWriteFactory) { @@ -422,7 +419,6 @@ gfxWindowsPlatform::InitDWriteSupport() Factory::SetDWriteFactory(mDWriteFactory); SetupClearTypeParams(); - reporter.SetSuccessful(); return true; } @@ -1569,8 +1565,6 @@ gfxWindowsPlatform::InitializeD2DConfig() void gfxWindowsPlatform::InitializeD2D() { - ScopedGfxFeatureReporter d2d1_1("D2D1.1"); - FeatureState& d2d1 = gfxConfig::GetFeature(Feature::DIRECT2D); DeviceManagerDx* dm = DeviceManagerDx::Get(); @@ -1621,7 +1615,6 @@ gfxWindowsPlatform::InitializeD2D() } MOZ_ASSERT(d2d1.IsEnabled()); - d2d1_1.SetSuccessful(); } bool |