Bug 137763

Summary: [Media] Reduce style updates (painting) in controls
Product: WebKit Reporter: Dean Jackson <dino>
Component: New BugsAssignee: Dean Jackson <dino>
Status: RESOLVED FIXED    
Severity: Normal CC: calvaris, commit-queue, eric.carlson, glenn, jer.noble, philipj, sergio
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch simon.fraser: review+

Description Dean Jackson 2014-10-15 19:15:06 PDT
[Media] Reduce style updates (painting) in controls
Comment 1 Dean Jackson 2014-10-15 19:19:48 PDT
Created attachment 239916 [details]
Patch
Comment 2 Dean Jackson 2014-10-15 19:25:56 PDT
<rdar://problem/17833045>
Comment 3 Dean Jackson 2014-10-15 19:26:06 PDT
Committed r174756: <http://trac.webkit.org/changeset/174756>
Comment 4 Jer Noble 2014-10-15 19:38:33 PDT
Surely you need to call updateTime() and updateProgress() from showControls(), in case the currentTime or progress changed while the controls were hidden.