From 10bba38a23c0f3a0c8e1ed77352da922834ef173 Mon Sep 17 00:00:00 2001 From: altay Date: Mon, 9 May 2022 15:32:26 +0800 Subject: [PATCH] fixed a22163e from https://gitee.com/altay/appexecfwk_standard/pulls/1359 Description:startingWindow Sig:SIG_ApplicationFramework Feature or Bugfix:Feature Binary Source:No Signed-off-by: altay Change-Id: I459b89961c892dca9bf27c1a66e86d940f6880c3 --- services/bundlemgr/test/mock/include/mock_ability_mgr_host.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/bundlemgr/test/mock/include/mock_ability_mgr_host.h b/services/bundlemgr/test/mock/include/mock_ability_mgr_host.h index b50eb591..2651a474 100644 --- a/services/bundlemgr/test/mock/include/mock_ability_mgr_host.h +++ b/services/bundlemgr/test/mock/include/mock_ability_mgr_host.h @@ -423,11 +423,15 @@ public: return 0; } +#ifdef SUPPORT_GRAPHICS virtual int RegisterWindowManagerServiceHandler(const sptr& handler) override { return 0; } + virtual void CompleteFirstFrameDrawing(const sptr &abilityToken) override {} +#endif + #ifdef ABILITY_COMMAND_FOR_TEST virtual int ForceTimeoutForTest(const std::string &abilityName, const std::string &state) override {