组件预览优化需求

Signed-off-by: chuchengcheng <chuchengcheng4@huawei.com>
Change-Id: I6df9c66c94c63e76a49875eea8564828318e5747
This commit is contained in:
chuchengcheng 2024-02-27 10:19:24 +08:00 committed by liuwei
parent ab5ecc17c5
commit 7d8b5b2394

View File

@ -57,7 +57,7 @@ namespace Rosen {
class RSSurfaceNode;
class RSTransaction;
using NotifyNativeWinDestroyFunc = std::function<void(std::string windowName)>;
using SendRenderDataCallback = bool (*)(const void*, const size_t, const int32_t, const int32_t);
using SendRenderDataCallback = bool (*)(const void*, const size_t, const int32_t, const int32_t, const uint64_t);
using ContentInfoCallback = std::function<void(std::string contentInfo)>;
class IWindowLifeCycle : virtual public RefBase {