[WRTjs][VD][PPFWK] Set window ID for share 85/308585/6
authorDongHyun Song <dh81.song@samsung.com>
Thu, 28 Mar 2024 01:30:03 +0000 (10:30 +0900)
committerBot Blink <blinkbot@samsung.com>
Fri, 29 Mar 2024 11:27:57 +0000 (11:27 +0000)
commitcb223aaa380d3e4c960e88063bf24c3bd80e66f7
treef85a3679e7a6cf20b7e23cc0eefa5f7ae68eeb1f
parentf51441802e522096675c5abb32d03d43039ec7c2
[WRTjs][VD][PPFWK] Set window ID for share

WRT already get the wayland resource ID before SetWindowId.
So, EwkExtensionSystemDelegate::SetWindowId() don't need to work
same thing.
Getting wayland resource ID sometimes takes much time about 50~100ms
due to IPC with wayland server.

Change-Id: I9f6d2bc5faa1c82d3b1d84a4d90ea76f6ef08be8
Signed-off-by: DongHyun Song <dh81.song@samsung.com>
tizen_src/ewk/efl_integration/ewk_extension_system_delegate.cc
tizen_src/ewk/efl_integration/ewk_extension_system_delegate.h
wrt/src/browser/tv/wrt_native_window_tv.cc