[M120 Migration][TCT] Fix viewport user-scalable web-tct issue(behavior test) 56/306656/3
authorManjeet <manjeet.1@partner.samsung.com>
Sat, 24 Feb 2024 20:45:22 +0000 (02:15 +0530)
committerBot Blink <blinkbot@samsung.com>
Thu, 29 Feb 2024 12:16:34 +0000 (12:16 +0000)
commit3c671e9bcd5bc8b2d6dd1c1ea28958c6b4958899
tree32a3bf140a1e4a036adf41a857089df76b1dbf3a
parentd2c508432ee0446a289a46e101c4246531dceb24
[M120 Migration][TCT] Fix viewport user-scalable web-tct issue(behavior test)

Value changing of |user-scalable| property of view point meta tag is not applied
instantly. Due to this, zooming gesture is not working even if |user-scalable|
is changed to |true|. To apply this change instantly, changed to make layout
after updating |user-scalable| property.

Reference:
https://review.tizen.org/gerrit/288621

Change-Id: Id9ac0b4180cdea4ba9668fd9abb414cb3964d2d4
Signed-off-by: Manjeet <manjeet.1@partner.samsung.com>
third_party/blink/renderer/core/exported/web_view_impl.cc