chore: bump chromium to 116.0.5829.0 (main) (#38726)
* chore: bump chromium in DEPS to 116.0.5823.0 * chore: update patches * chore: bump chromium in DEPS to 116.0.5825.0 * chore: update patches * chore: bump chromium in DEPS to 116.0.5827.0 * chore: update patches * 4568811: Integrate Search Prefetch with Extensions.4568811
* 4567511: [DevTools] Add recordCountHistogram API.4567511
* 4507692: Delete base/guid.h4507692
* 4589551: Convert some of /base to use ARC4589551
Also: 4601769: Convert immersive mode controllers to use ARC4601769
* [viz] Convert MaybeSizeInBytes() to take in SharedImageFormat4594677
* 4564108: [BRP] Enable check_raw_ptr_fields for Mac4564108
* chore: bump chromium in DEPS to 116.0.5828.0 * chore: bump chromium in DEPS to 116.0.5829.0 * chore: update patches --------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com> Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
This commit is contained in:
parent
678d1aa37d
commit
80a3ba5c68
66 changed files with 275 additions and 235 deletions
|
@ -43,7 +43,7 @@ void LayeredWindowUpdater::OnAllocatedSharedMemory(
|
|||
// Make sure |pixel_size| is sane.
|
||||
size_t expected_bytes;
|
||||
bool size_result = viz::ResourceSizes::MaybeSizeInBytes(
|
||||
pixel_size, viz::ResourceFormat::RGBA_8888, &expected_bytes);
|
||||
pixel_size, viz::SinglePlaneFormat::kRGBA_8888, &expected_bytes);
|
||||
if (!size_result)
|
||||
return;
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
#include "shell/browser/native_window_observer.h"
|
||||
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "base/memory/raw_ptr_exclusion.h"
|
||||
#include "content/browser/renderer_host/render_view_host_delegate_view.h" // nogncheck
|
||||
#include "content/browser/web_contents/web_contents_view.h" // nogncheck
|
||||
#include "content/public/browser/web_contents.h"
|
||||
|
@ -104,7 +105,7 @@ class OffScreenWebContentsView : public content::WebContentsView,
|
|||
raw_ptr<content::WebContents> web_contents_ = nullptr;
|
||||
|
||||
#if BUILDFLAG(IS_MAC)
|
||||
OffScreenView* offScreenView_;
|
||||
RAW_PTR_EXCLUSION OffScreenView* offScreenView_;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue