[Title] Fix for WebProcess force close occur when tap on home
authoruser <nikhil.s@nikhil.s-ubuntu>
Fri, 30 Aug 2013 12:31:25 +0000 (18:01 +0530)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Wed, 4 Sep 2013 05:32:05 +0000 (05:32 +0000)
commit1b87f92eec5bf30c9341e1890931a6dbcaff3db5
tree51655b3c66c15658591fa40b188928dd98633e3a
parent8942d8d51af4d5267ae5204877ec6c4c504d8bcb
[Title]    Fix for WebProcess force close occur when tap on home
[issue#]   N_SE-50159
[Problem]  WebProcess is force closing in the mentioned scenario
[Cause]    In the case when Graphics Layer is Not available it is returning a Graphics Context
[Solution] We must return nullptr if the Graphics Layer is not available.

Change-Id: I68e547b056cca7976dbde42447797b6bfec02477
Source/WebKit2/WebProcess/WebPage/LayerTreeCoordinator/WebGraphicsLayer.cpp