X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Ftext-controller-background-actor.h;h=41b549c0389327c368b81715bd24f81154c988e4;hb=21f841ba0703a6fbf442ab097451560b7b6efe1b;hp=5ad90846e68cbe0a0628f0aa271d42d70dc6dd76;hpb=2d3b65beba8590908a3a36183c4067e5ac0a51f8;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/text-controller-background-actor.h b/dali-toolkit/internal/text/text-controller-background-actor.h index 5ad9084..41b549c 100644 --- a/dali-toolkit/internal/text/text-controller-background-actor.h +++ b/dali-toolkit/internal/text/text-controller-background-actor.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_TEXT_CONTROLLER_BACKGROUND_ACTOR_H /* - * Copyright (c) 2021 Samsung Electronics Co., Ltd. + * Copyright (c) 2022 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,6 +23,7 @@ #include // INTERNAL INCLUDES +#include #include namespace Dali::Toolkit::Text @@ -32,9 +33,14 @@ class View; /** * @brief Create an actor that renders the text background color * + * @param[in] textView The text view. + * @param[in] textVisualModel The text visual model. + * @param[in] textLogicalModel The text logical model. + * @param[in] textShaderBackground The text shader for background. + * * @return the created actor or an empty handle if no background color needs to be rendered. */ -Actor CreateControllerBackgroundActor(const View& textView, const VisualModelPtr& textVisualModel, Shader& textShaderBackground); +Actor CreateControllerBackgroundActor(const View& textView, const VisualModelPtr& textVisualModel, const LogicalModelPtr& textLogicalModel, Shader& textShaderBackground); } // namespace Dali::Toolkit::Text