Do not reset the ContentLayer and contentsOpaque for canvas and media elements
authorShanmuga Pandi M <shanmuga.m@samsung.com>
Thu, 11 Jul 2013 14:51:25 +0000 (20:21 +0530)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Fri, 4 Oct 2013 01:01:30 +0000 (01:01 +0000)
commit2727ebdc6948ebfa3ba38029566ccf51be998fa4
tree48c36def006f5662225f9c8ee1ee1ffc7d48349a
parent28eeb877b9e64214797f1a95b5f16822c73c84cb
Do not reset the ContentLayer and contentsOpaque for canvas and media elements

[Title] Do not reset the ContentLayer and contentsOpaque for canvas and media elements
[Issue#] N_SE-41346
[Problem] Canvas element disappers when tapping outside the canvas.
[Cause] ContentsLayer set to NULL and lost the original canvas content.
And ContentsOpaque is set to 1, because of that background color is not painted after that.
[Solution] Do not set ContentsLayer to NULL and donot change the contentsOpaque
           for canvas and media layers

Change-Id: I57afb45793ff087387dc315998493e2bb9992528
Source/WebKit2/UIProcess/tizen/WebLayerTreeRendererTizen.cpp [changed mode: 0644->0755]