Reduce unnecessary resize
authorJihoon Chung <jihoon.chung@samsaung.com>
Fri, 18 Oct 2013 01:35:29 +0000 (10:35 +0900)
committerSoo-Hyun Choi <sh9.choi@samsung.com>
Wed, 23 Oct 2013 14:35:25 +0000 (23:35 +0900)
commitfd8d59af7a53334b32ecef3d5729699f7c416383
tree732cef27c3d590da445d0ae113701a3705c925db
parent4c33c56a40de04d4edd713f723e5716cb7a771f0
Reduce unnecessary resize

[Issue#]     N_SE-54888
[Problem]    Wrong touch position is passed to webkit.
             : Approximately 20~30 pixel is added to height position.
[Cause]      Webkit set view-port width and height when first resize callback is called.
             In problem case, resize callback is called with wrong width and height.
             As investigate, WRT too early set webkit to contents area of elementary before elementary finished resize.
[Solution]   Remove unnecessary resize behavior
             : Remove unnecessary evas_object_show API call
               After call API, resize is occurred one more time.
[Verification] Launch application and checking first resize callbak result.
[SCMRequest] N/A

Change-Id: I2559db6337ce7feff376d7614b90b54c10a7fdf3
src/wrt-client/wrt-client.cpp