diff --git a/wmserver/include/zidl/window_manager_lite_interface.h b/wmserver/include/zidl/window_manager_lite_interface.h index f8eb19c9c0cc39392b0cc0d2765c8c939553ffda..a8f6b0dae8b30ad5e125be50ce7b0e809e344059 100644 --- a/wmserver/include/zidl/window_manager_lite_interface.h +++ b/wmserver/include/zidl/window_manager_lite_interface.h @@ -44,11 +44,11 @@ public: AppExecFwk::ExtensionAbilityType extensionAbilityType, int32_t& pid) = 0; virtual WMError GetWindowModeType(WindowModeType& windowModeType) { return WMError::WM_OK; } virtual WMError GetMainWindowInfos(int32_t topNum, std::vector& topNInfo) = 0; + virtual WSError RaiseWindowToTop(int32_t persistentId) { return WSError::WS_OK; } virtual WMError GetCallingWindowInfo(CallingWindowInfo& callingWindowInfo) = 0; virtual WMError GetAllMainWindowInfos(std::vector& infos) = 0; virtual WMError ClearMainSessions(const std::vector& persistentIds, std::vector& clearFailedIds) = 0; - virtual WSError RaiseWindowToTop(int32_t persistentId) { return WSError::WS_OK; } virtual WMError GetWindowStyleType(WindowStyleType& windowStyleType) = 0; virtual WMError TerminateSessionByPersistentId(int32_t persistentId) = 0; virtual WMError CloseTargetFloatWindow(const std::string& bundleName) = 0;