[dev/m42][uBrowser] One point touch.
authorAntonio Gomes <a1.gomes@samsung.com>
Tue, 12 May 2015 18:25:32 +0000 (14:25 -0400)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commit3270dec22643193e9fb555176eed0ce9e6891c95
treec69e870d45fcda3f4d3da0d63f3e90d9b0510543
parent54513c2903252dbe90ad9084bbad7708059e2fbe
[dev/m42][uBrowser] One point touch.

Up to now, single point gestures (including panning, fling,
clicking) were handled through a Mouse->to->Pointer
events conversion solution. It happens on the RWHVEfl level,
and benefits both EWK and content apps.
However, multi touch gestures (e.g. pinch zoom) were not functional.

Patch fixes that by start listening to EVAS_CALLBACK_MULTI_{DOWN,MOVE,UP}
events, and forward them to chromium's (Aura) the existing gesture
recognition machinery to get them handled.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=12716

Change-Id: I1662c611af8ceba5ba20398adbad9b9bb5ada844
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
tizen_src/chromium_impl/content/browser/renderer_host/render_widget_host_view_efl.cc
tizen_src/chromium_impl/content/browser/renderer_host/render_widget_host_view_efl.h