From 4afbb3f11cdb4c6ed8e97cbe05809f04c6c12a97 Mon Sep 17 00:00:00 2001 From: zhongning5 Date: Sun, 27 Apr 2025 11:54:36 +0800 Subject: [PATCH] test0428 Signed-off-by: zhongning5 --- .../native/inputmethod_ability/src/input_method_panel.cpp | 3 ++- interfaces/inner_api/inputmethod_ability/BUILD.gn | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/frameworks/native/inputmethod_ability/src/input_method_panel.cpp b/frameworks/native/inputmethod_ability/src/input_method_panel.cpp index 93ed1cc26..a383ebba4 100644 --- a/frameworks/native/inputmethod_ability/src/input_method_panel.cpp +++ b/frameworks/native/inputmethod_ability/src/input_method_panel.cpp @@ -26,6 +26,7 @@ #include "scene_board_judgement.h" #include "sys_cfg_parser.h" #include "ui/rs_surface_node.h" +#include "transaction/rs_transaction_proxy.h" namespace OHOS { namespace MiscServices { @@ -1992,4 +1993,4 @@ bool InputMethodPanel::IsNeedConfig() return needConfig; } } // namespace MiscServices -} // namespace OHOS \ No newline at end of file +} // namespace OHOS diff --git a/interfaces/inner_api/inputmethod_ability/BUILD.gn b/interfaces/inner_api/inputmethod_ability/BUILD.gn index 5c4e7262a..2bf8212c2 100644 --- a/interfaces/inner_api/inputmethod_ability/BUILD.gn +++ b/interfaces/inner_api/inputmethod_ability/BUILD.gn @@ -344,6 +344,7 @@ ohos_shared_library("inputmethod_ability") { "c_utils:utils", "config_policy:configpolicy_util", "eventhandler:libeventhandler", + "graphic_2d:librender_service_base", "graphic_2d:librender_service_client", "graphic_2d:window_animation", "hilog:libhilog", -- Gitee