Don't hide contorls of audio by click event.
authoreojin.ham <eojin.ham@samsung.com>
Sun, 14 Apr 2013 07:10:20 +0000 (16:10 +0900)
committerGerrit Code Review <gerrit2@kim11>
Mon, 15 Apr 2013 04:58:58 +0000 (13:58 +0900)
commit99397943808f0870ba01b05bd2adea6943e9b9a6
tree293e70bf35dc73bc3ac3dc63a464976177e6fec4
parent875f7067a6eca2cd67fd3466095a5eb453392ed9
Don't hide contorls of audio by click event.

[Title] Don't hide contorls of audio by click event.
[Issue#] n/a
[Problem] Controls of audio can be hided when user touch outside of controls .
[Cause] We change view status of controls when click event occur in media element's render area.
[Solution] Don't hide contorls of audio by click event.
           We don't need to hide controls of audio.

Change-Id: If9a62b7a1647b74084c958807f3cca3c6fcee737
Source/WebCore/html/shadow/MediaControlRootElement.cpp