Update to Chromium version 132.0.6834.0

This commit is contained in:
Marshall Greenblatt
2024-11-14 17:07:03 -05:00
parent c166b4abc9
commit 34dbad30db
91 changed files with 832 additions and 871 deletions

View File

@@ -8,6 +8,7 @@
#include "base/strings/string_util.h"
#include "cef/libcef/browser/alloy/alloy_browser_host_impl.h"
#include "ui/base/mojom/menu_source_type.mojom.h"
#include "ui/gfx/geometry/point.h"
CefMenuRunnerViewsAura::CefMenuRunnerViewsAura() = default;
@@ -35,7 +36,8 @@ bool CefMenuRunnerViewsAura::RunContextMenu(
gfx::Point(params.x, params.y), /*want_dip_coords=*/true);
menu_->RunMenuAt(widget, nullptr, gfx::Rect(screen_point, gfx::Size()),
views::MenuAnchorPosition::kTopRight, ui::MENU_SOURCE_NONE,
views::MenuAnchorPosition::kTopRight,
ui::mojom::MenuSourceType::kNone,
/*native_view_for_gestures=*/nullptr, parent_widget);
return true;