From cb7c4f6c314bcb0e4f2fd2ae96f8dcd778b587ca Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 2 Jul 2025 09:18:33 +0000 Subject: [PATCH] =?UTF-8?q?=E7=BB=99image=5Fframework=E6=89=93=E5=BC=80?= =?UTF-8?q?=E6=96=B0=E7=89=88skia=E5=BC=80=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Oliver Change-Id: I5196430a85feb410095b4132b1d7bdb837bf391b --- ide/image_decode_config.gni | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/image_decode_config.gni b/ide/image_decode_config.gni index 6d837c59b..dbd6baece 100644 --- a/ide/image_decode_config.gni +++ b/ide/image_decode_config.gni @@ -15,7 +15,7 @@ import("//build/ohos_var.gni") import("//build/ohos.gni") declare_args() { - image_framework_feature_upgrade_skia = false + image_framework_feature_upgrade_skia = true } # source code for Windows. -- Gitee