mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
parent
470a6e4401
commit
13fcc4a046
949 changed files with 95662 additions and 444 deletions
|
|
@ -24,6 +24,9 @@
|
|||
#include "UnitTransforms.h" // for ViewAs
|
||||
#include "apz/src/AsyncPanZoomController.h" // for AsyncPanZoomController
|
||||
#include "gfxPrefs.h" // for gfxPrefs
|
||||
#ifdef XP_MACOSX
|
||||
#include "gfxPlatformMac.h"
|
||||
#endif
|
||||
#include "gfxRect.h" // for gfxRect
|
||||
#include "gfxUtils.h" // for frame color util
|
||||
#include "mozilla/Assertions.h" // for MOZ_ASSERT, etc
|
||||
|
|
@ -878,6 +881,9 @@ LayerManagerComposite::Render(const nsIntRegion& aInvalidRegion, const nsIntRegi
|
|||
}
|
||||
|
||||
mozilla::widget::WidgetRenderingContext widgetContext;
|
||||
#if defined(XP_MACOSX)
|
||||
widgetContext.mLayerManager = this;
|
||||
#endif
|
||||
|
||||
{
|
||||
PROFILER_LABEL("LayerManagerComposite", "PreRender",
|
||||
|
|
|
|||
|
|
@ -39,6 +39,10 @@
|
|||
#include "mozilla/layers/X11TextureHost.h"
|
||||
#endif
|
||||
|
||||
#ifdef XP_MACOSX
|
||||
#include "../opengl/MacIOSurfaceTextureHostOGL.h"
|
||||
#endif
|
||||
|
||||
#ifdef XP_WIN
|
||||
#include "mozilla/layers/TextureDIB.h"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue