fixup! [M44_2403] Chromium upversion to m44_2403 branch
authorArnaud Renevier <a.renevier@samsung.com>
Tue, 18 Aug 2015 01:03:00 +0000 (18:03 -0700)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commitcc5e9b147f1550df13cae54c0592384438dfb12f
tree68f69526bbfed5d41178caeb68d12080c2c98afb
parent8596cee1f6217ef925380435b8066ef1e4501eb3
fixup! [M44_2403] Chromium upversion to m44_2403 branch

This patch fixes a crash when processing touch events. This happens when
running ubrowser with --mobile on the desktop, and clicking on a
document that doesn't have touch event handlers.

For example, on google.com with ubrowser --mobile, clicking somewhere,
and then moving the mouse (without first releasing it) results in a
crash.

Since m44, we don't use ShouldForwardTouchEvent, and and we always
forward the touch events to the renderer. But this means that we
shouldn't call AckSyncTouchEvent. Instead, ProcessAckedTouchEvent will
be called.

Reviewed by: Antonio Gomes, SeungSeop Park

Change-Id: I278fd83f59b74a764a3fa8ad683dfec55e4951d0
Signed-off-by: Arnaud Renevier <a.renevier@samsung.com>
tizen_src/chromium_impl/content/browser/renderer_host/render_widget_host_view_efl.cc