mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
parent
886642abc1
commit
121456f05a
19 changed files with 0 additions and 254 deletions
|
|
@ -19,7 +19,6 @@
|
|||
#include "GLReadTexImageHelper.h"
|
||||
#include "GLScreenBuffer.h"
|
||||
|
||||
#include "gfxCrashReporterUtils.h"
|
||||
#include "gfxEnv.h"
|
||||
#include "gfxUtils.h"
|
||||
#include "GLContextProvider.h"
|
||||
|
|
@ -523,8 +522,6 @@ GLContext::InitWithPrefix(const char* prefix, bool trygl)
|
|||
MOZ_RELEASE_ASSERT(!mSymbols.fBindFramebuffer,
|
||||
"GFX: InitWithPrefix should only be called once.");
|
||||
|
||||
ScopedGfxFeatureReporter reporter("GL Context");
|
||||
|
||||
if (!InitWithPrefixImpl(prefix, trygl)) {
|
||||
// If initialization fails, zero the symbols to avoid hard-to-understand bugs.
|
||||
mSymbols.Zero();
|
||||
|
|
@ -532,7 +529,6 @@ GLContext::InitWithPrefix(const char* prefix, bool trygl)
|
|||
return false;
|
||||
}
|
||||
|
||||
reporter.SetSuccessful();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue