Fix configuration for webgl surface which does not have alpha attribute.
authorYongGeol Jung <yg48.jung@samsung.com>
Tue, 9 Apr 2013 07:52:56 +0000 (16:52 +0900)
committerYongGeol Jung <yg48.jung@samsung.com>
Tue, 9 Apr 2013 07:52:56 +0000 (16:52 +0900)
commitbfb1b8dd4bbc05a7a8bcb9349258cfe6a682c54a
treed9c1cbadcf197b675f27980a7fbdc5c383165bc5
parentdc709224b61487769e08d14ff5f53d54ae1703d9
Fix configuration for webgl surface which does not have alpha attribute.

[Title] Fix configuration for webgl surface which does not have alpha attribute.
[Issue#] TWEB-1121
[Problem] getIntegerv(ALPHA_BITS) returns 8 even if alpha is none.
[Cause] Configuration was wrong.
[Solution] Fix configuration.

Change-Id: I7ab508853325728f79cff49a5e5414affd50ef6f
Source/WebCore/platform/graphics/efl/tizen/SharedPlatformSurfaceTizen.cpp