mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
Issue #1751 -- Remove XP_MACOSX conditionals and support files from /gfx
This commit is contained in:
parent
9aed800398
commit
ccf9e5f54b
40 changed files with 16 additions and 4790 deletions
|
|
@ -24,9 +24,6 @@
|
|||
#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
|
||||
|
|
@ -881,9 +878,6 @@ LayerManagerComposite::Render(const nsIntRegion& aInvalidRegion, const nsIntRegi
|
|||
}
|
||||
|
||||
mozilla::widget::WidgetRenderingContext widgetContext;
|
||||
#if defined(XP_MACOSX)
|
||||
widgetContext.mLayerManager = this;
|
||||
#endif
|
||||
|
||||
{
|
||||
PROFILER_LABEL("LayerManagerComposite", "PreRender",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue