RESOLVED FIXED 142496
Only call showControls if controls are hidden
https://bugs.webkit.org/show_bug.cgi?id=142496
Summary Only call showControls if controls are hidden
Roger Fong
Reported 2015-03-09 10:41:09 PDT
rdar://problem/20083732 Right now we call showControls unconditionally on mousemove, which is very unnecessary. Only call if if the controls are hidden.
Attachments
patch (1.73 KB, patch)
2015-03-09 10:46 PDT, Roger Fong
dino: review+
Roger Fong
Comment 1 2015-03-09 10:46:17 PDT
Dean Jackson
Comment 2 2015-03-09 11:47:58 PDT
Comment on attachment 248256 [details] patch All this is a bit dodgy. I'm kind of scared this will break some things :)
Roger Fong
Comment 3 2015-03-09 11:58:56 PDT
Is it? The controlsAreHidden method wasn't working at all in the first place and the only other place it's used is to update the time displays...
Roger Fong
Comment 4 2015-03-09 13:27:10 PDT
Note You need to log in before you can comment on or make changes to this bug.