Bug 235088 - [MediaFoundation] Invalidate only the video area using MediaPlayer::repaint(), not the whole FrameView
Summary: [MediaFoundation] Invalidate only the video area using MediaPlayer::repaint()...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Fujii Hironori
URL:
Keywords: InRadar
Depends on:
Blocks: 233676
  Show dependency treegraph
 
Reported: 2022-01-11 16:06 PST by Fujii Hironori
Modified: 2022-01-12 13:19 PST (History)
9 users (show)

See Also:


Attachments
Patch (3.44 KB, patch)
2022-01-11 16:18 PST, Fujii Hironori
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fujii Hironori 2022-01-11 16:06:19 PST
[MediaFoundation] Invalidate only the videa area using MediaPlayer::repaint(), not the whole FrameView

MediaPlayerPrivateMediaFoundation::invalidateFrameView() is
invalidating the whole FrameView to render the next frame. (Bug 150941)
It's too much. And, this doesn't work with TiledBacking (attachment 448832 [details]).
Comment 1 Fujii Hironori 2022-01-11 16:18:34 PST
Created attachment 448888 [details]
Patch
Comment 2 Fujii Hironori 2022-01-12 13:18:05 PST
Comment on attachment 448888 [details]
Patch

Clearing flags on attachment: 448888

Committed r287948 (?): <https://commits.webkit.org/r287948>
Comment 3 Fujii Hironori 2022-01-12 13:18:10 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2022-01-12 13:19:18 PST
<rdar://problem/87484080>