mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
parent
886642abc1
commit
121456f05a
19 changed files with 0 additions and 254 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue