update adapter/ohos/osal/js_accessibility_manager.cpp.

Signed-off-by: liuhui <liuhui160@huawei.com>
This commit is contained in:
liuhui 2024-10-29 12:55:48 +00:00 committed by Gitee
parent d00cde3669
commit 5c3c5389df
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -5938,8 +5938,7 @@ std::string JsAccessibilityManager::GetPagePath()
return frontend->GetPagePath();
}
namespace
{
namespace {
void UpdateWindowSceneRect(const RefPtr<NG::FrameNode>& node, int32_t& left, int32_t& top)
{
CHECK_NULL_VOID(node);