[NUI] Revert ApplyCornerRadius access level as internal
authorEunki, Hong <eunkiki.hong@samsung.com>
Thu, 10 Oct 2024 11:44:49 +0000 (20:44 +0900)
committerEunki Hong <h.pichulia@gmail.com>
Thu, 10 Oct 2024 12:18:03 +0000 (21:18 +0900)
Since protected level make runtime error for TV FLUX project,
let we revert it as internal again.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI.Scene3D/src/public/Controls/SceneView.cs
src/Tizen.NUI/src/public/BaseComponents/ImageView.cs
src/Tizen.NUI/src/public/BaseComponents/ViewInternal.cs
src/Tizen.NUI/src/public/WebView/WebView.cs

index ff99b138e9b938ec387d8f547cb400e2cece2ed2..e82e6affb39ee1549edee507e058fcf66c2dc4e8 100755 (executable)
@@ -838,7 +838,7 @@ namespace Tizen.NUI.Scene3D
         /// Callback when CornerRadius property changed.
         /// </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
-        protected override void ApplyCornerRadius()
+        internal override void ApplyCornerRadius()
         {
             base.ApplyCornerRadius();
 
@@ -863,7 +863,7 @@ namespace Tizen.NUI.Scene3D
         /// Callback when Borderline property changed.
         /// </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
-        protected override void ApplyBorderline()
+        internal override void ApplyBorderline()
         {
             base.ApplyBorderline();
 
index d68912f97bfd49bdc74f4280c296dd379b2b3ad3..9fd61d9e8583276a3c11285b5da3f3c058d62db5 100755 (executable)
@@ -1924,7 +1924,7 @@ namespace Tizen.NUI.BaseComponents
         }
 
         [EditorBrowsable(EditorBrowsableState.Never)]
-        protected override void ApplyCornerRadius()
+        internal override void ApplyCornerRadius()
         {
             base.ApplyCornerRadius();
 
@@ -1942,7 +1942,7 @@ namespace Tizen.NUI.BaseComponents
         }
 
         [EditorBrowsable(EditorBrowsableState.Never)]
-        protected override void ApplyBorderline()
+        internal override void ApplyBorderline()
         {
             base.ApplyBorderline();
 
index 285490a0e2f0ca5483256db608be37381eaecbdb..cf134a84b2b52ecf250170a98f6619c53f3fbf9c 100755 (executable)
@@ -1259,7 +1259,7 @@ namespace Tizen.NUI.BaseComponents
         }
 
         [EditorBrowsable(EditorBrowsableState.Never)]
-        protected virtual void ApplyCornerRadius()
+        internal virtual void ApplyCornerRadius()
         {
             if (backgroundExtraData == null) return;
 
@@ -1283,7 +1283,7 @@ namespace Tizen.NUI.BaseComponents
         }
 
         [EditorBrowsable(EditorBrowsableState.Never)]
-        protected virtual void ApplyBorderline()
+        internal virtual void ApplyBorderline()
         {
             if (backgroundExtraData == null) return;
 
index 1035141c3c812952e1410710fa397e60729b8eb1..94e127f2cb11d2ee2b6ddf7a0ef97c1adb79991e 100755 (executable)
@@ -2982,8 +2982,9 @@ namespace Tizen.NUI.BaseComponents
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
             return ret;
         }
+
         [EditorBrowsable(EditorBrowsableState.Never)]
-        protected override void ApplyCornerRadius()
+        internal override void ApplyCornerRadius()
         {
             base.ApplyCornerRadius();