mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00: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:
committed by
Tim Flynn
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 {
|
||||
|
||||
Reference in New Issue
Block a user