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/layers/d3d11 | |
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/layers/d3d11')
-rw-r--r-- | gfx/layers/d3d11/CompositorD3D11.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gfx/layers/d3d11/CompositorD3D11.cpp b/gfx/layers/d3d11/CompositorD3D11.cpp index 540d39b33..2197f5444 100644 --- a/gfx/layers/d3d11/CompositorD3D11.cpp +++ b/gfx/layers/d3d11/CompositorD3D11.cpp @@ -19,7 +19,6 @@ #include "nsWindowsHelpers.h" #include "gfxPrefs.h" #include "gfxConfig.h" -#include "gfxCrashReporterUtils.h" #include "gfxUtils.h" #include "mozilla/gfx/StackArray.h" #include "mozilla/Services.h" @@ -181,8 +180,6 @@ CompositorD3D11::~CompositorD3D11() bool CompositorD3D11::Initialize(nsCString* const out_failureReason) { - ScopedGfxFeatureReporter reporter("D3D11 Layers"); - MOZ_ASSERT(gfxConfig::IsEnabled(Feature::D3D11_COMPOSITING)); HRESULT hr; @@ -415,7 +412,6 @@ CompositorD3D11::Initialize(nsCString* const out_failureReason) mAllowPartialPresents = CanUsePartialPresents(mDevice); - reporter.SetSuccessful(); return true; } |