Changed implementation of EWebView::GetSnapshot
authorMarcin Lapinski <m.lapinski@partner.samsung.com>
Mon, 7 Jul 2014 21:23:58 +0000 (14:23 -0700)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commit15b68eeac2ce1bef7b4d370cea5df9b169638aba
tree2fa724a1c62694f7699a859f5185186cd4dc7b59
parent0765df5179008408d82bc5edfddae4489139a249
Changed implementation of EWebView::GetSnapshot

Previously snapshot was obtained from BackingStore, which is not a valid
approach any more. In this patch, the implemenation is changed so as to
get snapshot directly from GPU buffer via RenderViewHostViewEfl.

From EWK perspective, this fixes UTC ewk_view_screenshot_contents_get fail,
and the ewk side patch http://suprem.sec.samsung.net/gerrit/#/c/2214/ should
be merged after landing this patch.

Issue: CBWEBVIEW-526
Change-Id: I010375946983685be2e97b1bd46d5b0db2ccdcd5

Conflicts:

impl/eweb_view.cc
tizen_src/impl/browser/renderer_host/render_widget_host_view_efl.h
tizen_src/impl/eweb_view.cc
tizen_src/impl/eweb_view.h