Skip to content

Commit

Permalink
[AUTO][FILECONTROL] - version 130.0.6723.59 (#1558)
Browse files Browse the repository at this point in the history
[AUTO][FILECONTROL] - version 130.0.6723.59
  • Loading branch information
uazo authored Oct 16, 2024
2 parents 2daf5c9 + 7caed8d commit 00f5239
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tools/under-control/src/RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
130.0.6723.44
130.0.6723.59
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,9 @@ interface CanvasRenderingContext2D {

// path API (see also CanvasPath)
[HighEntropy, NoAllocDirectCall] void beginPath();
[HighEntropy, NoAllocDirectCall] void fill();
[HighEntropy] void fill(CanvasFillRule winding);
[HighEntropy] void fill(optional CanvasFillRule winding);
[HighEntropy] void fill(Path2D path, optional CanvasFillRule winding);
[HighEntropy, NoAllocDirectCall] void stroke();
[HighEntropy] void stroke();
[HighEntropy] void stroke(Path2D path);
// Focus rings
void drawFocusIfNeeded(Element element);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ dictionary RTCEncodedAudioFrameMetadata {
DOMString mimeType;
unsigned short? sequenceNumber;
[RuntimeEnabled=RTCEncodedAudioFrameAbsCaptureTime] unsigned long long absCaptureTime;
[RuntimeEnabled=RTCEncodedFrameSetMetadata] unsigned long rtpTimestamp;
unsigned long rtpTimestamp;
};
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,5 @@ dictionary RTCEncodedVideoFrameMetadata {
DOMString mimeType;
[RuntimeEnabled=RTCEncodedVideoFrameAdditionalMetadata]
long long timestamp; // Presentation timestamp, microseconds.
[RuntimeEnabled=RTCEncodedFrameSetMetadata]
unsigned long rtpTimestamp;
};

0 comments on commit 00f5239

Please sign in to comment.