Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[media] Set the bounds of Sbplayer via video_painter.cc #4385

Merged
merged 1 commit into from
Nov 15, 2024

Commits on Nov 15, 2024

  1. [media] Set the bounds of Sbplayer via video_painter.cc

    SbPlayer needs SbPlayerSetBounds to update the bounds. This PR updates the bounds in blink via video_painter.cc for SbPlayer.
    
    Unlike Cobalt, Chromium upupdates the bounds of video frequently, resulting in multiple calls per video session for SbPlayer. We should revisit it if SbPlayerSetBounds causes performance issues.
    
    b/376320224
    borongc committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    b00e647 View commit details
    Browse the repository at this point in the history