mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
parent
886642abc1
commit
121456f05a
19 changed files with 0 additions and 254 deletions
|
|
@ -12,7 +12,6 @@
|
|||
#include "GLUploadHelpers.h"
|
||||
#include "Layers.h" // for WriteSnapshotToDumpFile
|
||||
#include "LayerScope.h" // for LayerScope
|
||||
#include "gfxCrashReporterUtils.h" // for ScopedGfxFeatureReporter
|
||||
#include "gfxEnv.h" // for gfxEnv
|
||||
#include "gfxPlatform.h" // for gfxPlatform
|
||||
#include "gfxPrefs.h" // for gfxPrefs
|
||||
|
|
@ -225,8 +224,6 @@ CompositorOGL::CleanupResources()
|
|||
bool
|
||||
CompositorOGL::Initialize(nsCString* const out_failureReason)
|
||||
{
|
||||
ScopedGfxFeatureReporter reporter("GL Layers");
|
||||
|
||||
// Do not allow double initialization
|
||||
MOZ_ASSERT(mGLContext == nullptr, "Don't reinitialize CompositorOGL");
|
||||
|
||||
|
|
@ -424,8 +421,6 @@ CompositorOGL::Initialize(nsCString* const out_failureReason)
|
|||
console->LogStringMessage(msg.get());
|
||||
}
|
||||
|
||||
reporter.SetSuccessful();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue