LibWeb: Remove workaround for header conflict in DisplayListPlayerSkia

No longer needed after we added AK prefix for Duration and FixedPoint.
This commit is contained in:
Aliaksandr Kalenik 2024-09-19 17:04:57 +02:00 committed by Tim Flynn
parent 3332230cef
commit f25676dea1
Notes: github-actions[bot] 2024-09-19 18:08:24 +00:00

View file

@ -37,13 +37,9 @@
#endif #endif
#ifdef AK_OS_MACOS #ifdef AK_OS_MACOS
# define FixedPoint FixedPointMacOS
# define Duration DurationMacOS
# include <gpu/GrBackendSurface.h> # include <gpu/GrBackendSurface.h>
# include <gpu/ganesh/mtl/GrMtlBackendContext.h> # include <gpu/ganesh/mtl/GrMtlBackendContext.h>
# include <gpu/ganesh/mtl/GrMtlDirectContext.h> # include <gpu/ganesh/mtl/GrMtlDirectContext.h>
# undef FixedPoint
# undef Duration
#endif #endif
namespace Web::Painting { namespace Web::Painting {