Bug 137763 - [Media] Reduce style updates (painting) in controls
Summary: [Media] Reduce style updates (painting) in controls
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-15 19:15 PDT by Dean Jackson
Modified: 2014-10-15 19:38 PDT (History)
7 users (show)

See Also:


Attachments
Patch (4.37 KB, patch)
2014-10-15 19:19 PDT, Dean Jackson
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.