Fix for renderer crash during video playback
authorChandan Padhi <c.padhi@samsung.com>
Wed, 25 Feb 2015 09:45:56 +0000 (15:15 +0530)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commit2952bf1a993281e897902476a03fdeabdfc927a7
treeba0a6e2234dc89453c5399b537b0c4fd0efabf01
parent191e11d427fd3d7c7cece31a6fc4b9434b28b408
Fix for renderer crash during video playback

If we scroll/zoom the page during video playback, renderer
crash is observed. Currently, invalidation of video layer
happens on the main thread in WebMediaPlayerTizen. It should
happen on the compositor thread instead. This patch ensures
that and thus avoids the crash.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=11278
Reviewed by: SeungSeop Park, Venugopal S M

Change-Id: I40b7fa90c467e80af06f8ce39de4d3a763f1117e
Signed-off-by: Chandan Padhi <c.padhi@samsung.com>
tizen_src/impl/media/base/tizen/webmediaplayer_tizen.cc