Use contents scale even if the layer's transform is not affine
authorHyeonji Kim <hyeonji.kim@samsung.com>
Tue, 1 Oct 2013 11:56:43 +0000 (20:56 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Wed, 2 Oct 2013 07:50:59 +0000 (07:50 +0000)
commitf6e41afd6ba9d278058aa5bc1e591c5e74e9e5c4
tree2262504bb5c6fa3d1d0426072889195c6b86693a
parent26230dd77b7bc5cbd49cd448e150c746cba2e031
Use contents scale even if the layer's transform is not affine

[Title] Use contents scale even if the layer's transform is not affine
[Issue#] P131001-01728
[Problem] The image of 3D transform layer is not clear
[Cause] Always use contents scale of 1 when the layer's transform is not affine
[Solution] Modify to use contents scale even if the layer's transform is not affine

Change-Id: I22475292d3517ff7a4f97154b1c5301cd6eb3624
Source/WTF/wtf/Platform.h
Source/WebKit2/WebProcess/WebPage/LayerTreeCoordinator/WebGraphicsLayer.cpp [changed mode: 0755->0644]