Skip to content

Commit

Permalink
Update to Chromium 131.0.6778.108
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahrotahn committed Dec 3, 2024
1 parent 12b956b commit 7a141ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chromium_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
131.0.6778.85
131.0.6778.108
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
namespace blink {

class DOMMatrixInit;
@@ -3618,8 +3621,22 @@ TextMetrics* BaseRenderingContext2D::mea
@@ -3608,8 +3611,22 @@ TextMetrics* BaseRenderingContext2D::mea
const CanvasRenderingContext2DState& state = GetState();
TextDirection direction = ToTextDirection(state.GetDirection(), canvas);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ approach to change color components.
};
--- a/third_party/blink/renderer/modules/canvas/canvas2d/base_rendering_context_2d.cc
+++ b/third_party/blink/renderer/modules/canvas/canvas2d/base_rendering_context_2d.cc
@@ -2931,6 +2931,9 @@ ImageData* BaseRenderingContext2D::getIm
@@ -2921,6 +2921,9 @@ ImageData* BaseRenderingContext2D::getIm
snapshot->PaintImageForCurrentFrame().GetSkImageInfo().bounds();
DCHECK(!bounds.intersect(SkIRect::MakeXYWH(sx, sy, sw, sh)));
}
Expand Down

0 comments on commit 7a141ba

Please sign in to comment.