Remove webkit-efl API regarding transparent background
authorYunchan Cho <yunchan.cho@samsung.com>
Wed, 14 Aug 2013 07:39:02 +0000 (16:39 +0900)
committerYunchan Cho <yunchan.cho@samsung.com>
Wed, 14 Aug 2013 07:39:02 +0000 (16:39 +0900)
commit5f4d7fed7dffde27a41d4965205f6b859ecd0c43
tree1c43b0fb4278d57164090fe13809113b9286c661
parent2d701b5ac3bbe18f0106df362fc15df9c9c28e8f
Remove webkit-efl API regarding transparent background

[Issue] N/A
[Problem] In RSA, webkit-efl doesn't provider the following function.
          ewk_view_draws_transparent_background_set()
[Cause] N/A
[Solution] web-provider set transparency to webview's background manually
           using evas_object_color_set().

Change-Id: I16760583ad0bb2cacefd6ee8e607805d4b039d8b
src/Plugin/AppBoxPlugin/AppBoxRenderView.cpp