mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
parent
f75592fd13
commit
9b1124ccbd
99 changed files with 6 additions and 15647 deletions
|
|
@ -131,8 +131,6 @@ class mozilla::gl::SkiaGLGlue : public GenericAtomicRefCounted {
|
|||
#include "SoftwareVsyncSource.h"
|
||||
#include "nscore.h" // for NS_FREE_PERMANENT_DATA
|
||||
#include "mozilla/dom/ContentChild.h"
|
||||
#include "gfxVR.h"
|
||||
#include "VRManagerChild.h"
|
||||
#include "mozilla/gfx/GPUParent.h"
|
||||
#include "prsystem.h"
|
||||
|
||||
|
|
@ -492,8 +490,6 @@ gfxPlatform::gfxPlatform()
|
|||
contentMask, BackendType::CAIRO);
|
||||
|
||||
mTotalSystemMemory = PR_GetPhysicalMemorySize();
|
||||
|
||||
VRManager::ManagerInit();
|
||||
}
|
||||
|
||||
gfxPlatform*
|
||||
|
|
@ -900,14 +896,12 @@ gfxPlatform::ShutdownLayersIPC()
|
|||
sLayersIPCIsUp = false;
|
||||
|
||||
if (XRE_IsContentProcess()) {
|
||||
gfx::VRManagerChild::ShutDown();
|
||||
// cf bug 1215265.
|
||||
if (gfxPrefs::ChildProcessShutdown()) {
|
||||
layers::CompositorBridgeChild::ShutDown();
|
||||
layers::ImageBridgeChild::ShutDown();
|
||||
}
|
||||
} else if (XRE_IsParentProcess()) {
|
||||
gfx::VRManagerChild::ShutDown();
|
||||
layers::CompositorBridgeChild::ShutDown();
|
||||
layers::ImageBridgeChild::ShutDown();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue