mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2024-11-23 07:01:24 +00:00
commit
69c640109d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user