From 019506285b97eed6c990178145b5f2145f76608a Mon Sep 17 00:00:00 2001 From: hezhengyi Date: Mon, 25 Dec 2023 18:53:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ios=E7=9A=84engine=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E5=A4=B1=E8=B4=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hezhengyi --- attachment/repos/skia.patch | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/attachment/repos/skia.patch b/attachment/repos/skia.patch index 409907cf85..455594c1ba 100644 --- a/attachment/repos/skia.patch +++ b/attachment/repos/skia.patch @@ -1123,26 +1123,6 @@ index 0000000000..eb318dc3a3 +#endif + +#endif /* __gl2platform_h_ */ -diff --git a/src/gpu/ganesh/mtl/GrMtlGpu.mm b/src/gpu/ganesh/mtl/GrMtlGpu.mm -index 7979a2ede9..08440478db 100644 ---- a/src/gpu/ganesh/mtl/GrMtlGpu.mm -+++ b/src/gpu/ganesh/mtl/GrMtlGpu.mm -@@ -1584,13 +1584,13 @@ void copy_src_data(char* dst, - dispatch_semaphore_signal(semaphore); - }); - -- const void* cfFence = (__bridge_retained const void*) semaphore; -+ const void* cfFence = (const void*) semaphore; - return (GrFence) cfFence; - } - - bool GrMtlGpu::waitFence(GrFence fence) { - const void* cfFence = (const void*) fence; -- dispatch_semaphore_t semaphore = (__bridge dispatch_semaphore_t)cfFence; -+ dispatch_semaphore_t semaphore = (dispatch_semaphore_t)cfFence; - - long result = dispatch_semaphore_wait(semaphore, 0); - diff --git a/src/ports/skia_ohos/FontConfig_ohos.cpp b/src/ports/skia_ohos/FontConfig_ohos.cpp new file mode 100644 index 0000000000..10c967ee02 -- Gitee