White screen at content shell launch.
authorChandan Padhi <c.padhi@samsung.com>
Tue, 19 Jan 2016 13:28:12 +0000 (18:58 +0530)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 07:55:23 +0000 (07:55 +0000)
commita5af10dd076b49b5969d924cd4126db5035042b9
tree2ce4141a5556e3759c0b57b5740c72536f97bc30
parent77d0c993df4b422e347ce97b5c199f9a2dca6dd2
White screen at content shell launch.

White screen is caused due to failure of gl draw calls.
GPU was blacklisted for content_shell due to which context
provider creation failed. This resulted in creation of
software resources instead of GL resources, for which GL
draw calls stand invalid.

This commit ignores gpu blacklist for content_shell similar
to efl_webview_app and ubrowser on desktop.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=15626

Reviewed by: a1.gomes, g.czajkowski

Change-Id: I53444ce02e6005a7a5021dbd5e540dde9b0a382b
Signed-off-by: Chandan Padhi <c.padhi@samsung.com>
tizen_src/chromium_impl/efl/init.cc
tizen_src/ewk/efl_integration/command_line_efl.cc