Fix an issue that PD scrolling doesn't work so well
authorYunchan Cho <yunchan.cho@samsung.com>
Wed, 25 Sep 2013 02:19:18 +0000 (11:19 +0900)
committerSoo-Hyun Choi <sh9.choi@samsung.com>
Wed, 25 Sep 2013 05:47:58 +0000 (14:47 +0900)
commit2f2fea028a346bdd07058cd740d0816f3662714f
tree2243c2e2bc3b8874e31de955d89b7c0cd420edc7
parent0ad76ac6c7fb8735d07b14f4a576d44a9c914710
Fix an issue that PD scrolling doesn't work so well

[Issue#]   P130919-00809
[Problem]  Scrolling in PD doesn't work well
[Cause]    WebKit decides scrolling operation after calculating timestamp of touch events,
           but timestamp format sent by Home is different to the format used by WebKit.
           which led the WebKit calculation incorrect, causing scrolling doesn't work well.
[Solution] web-provider creates timestamp that can be used by WebKit,
           and then sends it to WebKit using evas_event_feed function.

Change-Id: Id16d062c8a4be617aed5e1f5fec32121ffd977b4
src/Core/Buffer/PdRenderBuffer.cpp