mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
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:
parent
3332230cef
commit
f25676dea1
|
|
@ -37,13 +37,9 @@
|
|||
#endif
|
||||
|
||||
#ifdef AK_OS_MACOS
|
||||
# define FixedPoint FixedPointMacOS
|
||||
# define Duration DurationMacOS
|
||||
# include <gpu/GrBackendSurface.h>
|
||||
# include <gpu/ganesh/mtl/GrMtlBackendContext.h>
|
||||
# include <gpu/ganesh/mtl/GrMtlDirectContext.h>
|
||||
# undef FixedPoint
|
||||
# undef Duration
|
||||
#endif
|
||||
|
||||
namespace Web::Painting {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user