!48318 修改depth_初始值

Merge pull request !48318 from Winstonffgg/master
This commit is contained in:
openharmony_ci 2024-11-12 06:38:16 +00:00 committed by Gitee
commit 69c640109d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -882,7 +882,7 @@ private:
std::unique_ptr<PerformanceCheckNode> nodeInfo_;
WeakPtr<UINode> parent_;
std::string tag_ = "UINode";
int32_t depth_ = INT32_MAX;
int32_t depth_ = Infinity<int32_t>();
int32_t hostRootId_ = 0;
int32_t hostPageId_ = 0;
int32_t nodeId_ = 0;