Open
Bug 774699
Opened 13 years ago
Updated 3 years ago
Drawing the timeline of a video element invalidates a region of the size of the whole video
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
NEW
People
(Reporter: nical, Unassigned)
Details
When playing an HTML5 video, we use a thebes layer of the size of the video for the timeline, which causes invalidation of the entire video element when the timeline is displayed. We don't need to be invalidating the whole video frame since we are using an image layer for the video.
The performance degradation might be hurting us particularly on mobile.
Reporter | ||
Updated•13 years ago
|
Summary: Drawing the timeline of a video element invalidates the a region of the size of the whole video → Drawing the timeline of a video element invalidates a region of the size of the whole video
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•