Update to Chromium version 123.0.6312.0 (#1262506)

- MacOS ARM64 Official builds are currently failing due to
  https://issues.chromium.org/issues/326898585
This commit is contained in:
Marshall Greenblatt
2024-02-22 13:36:15 -05:00
parent 2c5dd120c7
commit d4cf19db29
100 changed files with 837 additions and 799 deletions

View File

@@ -264,9 +264,9 @@ class CaptionlessFrameView : public views::NonClientFrameView {
// Nothing to do here.
}
void Layout() override {
void Layout(views::View::PassKey) override {
client_view_bounds_.SetRect(0, 0, width(), height());
views::NonClientFrameView::Layout();
LayoutSuperclass<views::NonClientFrameView>(this);
}
gfx::Size CalculatePreferredSize() const override {