Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
at-ninja committed Sep 10, 2024
1 parent 518717d commit 9615f6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cobalt/dom/html_media_element.h
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,9 @@ class HTMLMediaElement : public HTMLElement,

void ConfigureMediaControls();

// Pushes the current media time to the attached MediaSourceAttachment to
// avoid having to asynchronously pull media time from a cross-thread
// MediaSource object.
void ReportCurrentTimeToMediaSource();

// Error report
Expand Down

0 comments on commit 9615f6a

Please sign in to comment.