[WK2] Fix for Display error occur in Help Center of FaceBook page
authorShanmuga Pandi M <shanmuga.m@samsung.com>
Wed, 28 Aug 2013 13:35:10 +0000 (19:05 +0530)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Fri, 4 Oct 2013 11:45:18 +0000 (11:45 +0000)
commit3ca255b57ec3b23a462f792df3a9ae904195d13d
tree89ae5f7ffd757fa8d6edfaba2f47ca174a36d68a
parent5f745bc63dbc28deeb52d2d1db4753c1a5409929
[WK2] Fix for Display error occur in Help Center of FaceBook page

[Title] Fix for Display error occur in Help Center of FaceBook page
[issue#] N_SE-47968
[Problem] Display error occurs due to painting SolidColor
[Cause] SolidColor is not having premultiplied color, but TextureMapperGL always uses a premultiplied color for emulator
[Solution] We must convert an unmultiplied color to a premultiplied color.
           This patch is based on below open source patch.
           http://trac.webkit.org/changeset/139674
[Developer] shanmuga.m

Change-Id: I286e32c3722648b6cc4f36b3dbc6f0d8d621111d
Source/WebCore/platform/graphics/texmap/TextureMapperGL.cpp
Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp