mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +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:
parent
3332230cef
commit
f25676dea1
Notes:
github-actions[bot]
2024-09-19 18:08:24 +00:00
Author: https://github.com/kalenikaliaksandr Commit: https://github.com/LadybirdBrowser/ladybird/commit/f25676dea1f Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1449 Reviewed-by: https://github.com/trflynn89 ✅
1 changed files with 0 additions and 4 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue