mirror of
https://github.com/openharmony/ace_ace_engine.git
synced 2026-07-21 09:55:23 -04:00
init page id pool
Signed-off-by: zhouzebin <zhouzebin1@huawei.com> Change-Id: I10731b0a487e47a3af797bfa7628d85fe0dc1d02
This commit is contained in:
@@ -292,7 +292,7 @@ private:
|
||||
void ResetStagingPage();
|
||||
void FlushAnimationTasks();
|
||||
|
||||
std::atomic<uint64_t> pageIdPool_;
|
||||
std::atomic<uint64_t> pageIdPool_ = 0;
|
||||
int32_t callbackCnt_ = 0;
|
||||
int32_t pageId_ = -1;
|
||||
bool isRouteStackFull_ = false;
|
||||
|
||||
Reference in New Issue
Block a user