From 954d2c2e4d6569560ef05c55aaf977f4dd6ea094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=91=E5=B1=91=E5=B1=91?= Date: Mon, 30 Jun 2025 15:03:22 +0800 Subject: [PATCH] pixelmap onlydisplay MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 屑屑屑 --- frameworks/core/test/unittest/mock/mock_pixel_map.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/core/test/unittest/mock/mock_pixel_map.cpp b/frameworks/core/test/unittest/mock/mock_pixel_map.cpp index 343a60562..730ac9f7b 100644 --- a/frameworks/core/test/unittest/mock/mock_pixel_map.cpp +++ b/frameworks/core/test/unittest/mock/mock_pixel_map.cpp @@ -356,7 +356,7 @@ bool PixelMap::ReadImageInfo(Parcel &parcel, ImageInfo &imgInfo) } PixelMap *PixelMap::Unmarshalling(Parcel &data, - std::function readFdDefaultFunc)> readSafeFdFunc) + std::function readFdDefaultFunc)> readSafeFdFunc, bool isDisplay) { return nullptr; } -- Gitee