Update to Chromium 116.0.5845.179

This commit is contained in:
PF4Public
2023-09-06 01:43:46 +03:00
parent 5a704ebdc7
commit c162a8aeb7
3 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
116.0.5845.141
116.0.5845.179

View File

@@ -25,7 +25,7 @@
testonly = true
--- a/chrome/test/variations/BUILD.gn
+++ b/chrome/test/variations/BUILD.gn
@@ -49,6 +49,5 @@
@@ -49,6 +49,5 @@ python_library("variations_desktop_smoke
":test_utils",
"//testing:run_isolated_script_test",
"//testing:test_scripts_shared",
@@ -34,7 +34,7 @@
}
--- a/components/update_client/BUILD.gn
+++ b/components/update_client/BUILD.gn
@@ -308,8 +308,6 @@
@@ -308,8 +308,6 @@ source_set("unit_tests") {
"//third_party/puffin:libpuffpatch",
"//third_party/re2",
]
@@ -68,7 +68,7 @@
group("devtools_all_files") {
--- a/third_party/puffin/BUILD.gn
+++ b/third_party/puffin/BUILD.gn
@@ -115,7 +115,6 @@
@@ -115,7 +115,6 @@ executable("puffin_unittest") {
"src/unittest_common.cc",
"src/utils_unittest.cc",
]

View File

@@ -73,7 +73,7 @@ approach to change color components.
#include "third_party/blink/renderer/platform/graphics/stroke_data.h"
#include "third_party/blink/renderer/platform/graphics/video_frame_image_util.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
@@ -2184,6 +2185,9 @@ ImageData* BaseRenderingContext2D::getIm
@@ -2183,6 +2184,9 @@ ImageData* BaseRenderingContext2D::getIm
snapshot->PaintImageForCurrentFrame().GetSkImageInfo().bounds();
DCHECK(!bounds.intersect(SkIRect::MakeXYWH(sx, sy, sw, sh)));
}