Fix floating loss miscalculation
authorChanghyup Jwa <ch.jwa@samsung.com>
Thu, 29 Aug 2013 04:42:57 +0000 (13:42 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Mon, 2 Sep 2013 05:15:56 +0000 (05:15 +0000)
commit4a1ccd7297c377dfa7965ee90324e418c1649b4d
tree52542b76e18d9c22006a03cb5e480b4bc5653eb4
parentc1e33afa8c7b1a0c4543f4c82243bf48b9b3c69b
Fix floating loss miscalculation

[Title] Fix floating loss miscalculation
[Issue#] N_SE-49821, N_SE-50228
[Problem] Sometimes layout size is abnormal
[Cause] Layout size is calculated by device scale factor. And its' initial
        value is miscalculated by floating loss.
[Solution] Typecast properly on device scale factor calculation

Change-Id: Ieb3d69d2e5a59e120df8248bac849e7905ed9f74
Source/WebKit2/UIProcess/WebPageProxy.cpp