[AUTO][FILECONTROL] - version 130.0.6723.59 (#1558)
[AUTO][FILECONTROL] - version 130.0.6723.59
This commit is contained in:
@@ -1 +1 @@
|
||||
130.0.6723.44
|
||||
130.0.6723.59
|
||||
|
||||
+2
-3
@@ -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);
|
||||
|
||||
+1
-1
@@ -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;
|
||||
};
|
||||
|
||||
-1
@@ -35,6 +35,5 @@ dictionary RTCEncodedVideoFrameMetadata {
|
||||
DOMString mimeType;
|
||||
[RuntimeEnabled=RTCEncodedVideoFrameAdditionalMetadata]
|
||||
long long timestamp; // Presentation timestamp, microseconds.
|
||||
[RuntimeEnabled=RTCEncodedFrameSetMetadata]
|
||||
unsigned long rtpTimestamp;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user