chore: bump chromium to cbeb16cf544f79c1990f1eae4d4fe (master) (#19610)
Co-authored-by: Erick Zhao <erickzhao@github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com> Co-authored-by Micha Hanselmann <DeerMichel@github.com>
This commit is contained in:
parent
12df0e8994
commit
db21391156
71 changed files with 348 additions and 355 deletions
|
@ -4,6 +4,8 @@
|
|||
|
||||
#include "shell/browser/ui/win/notify_icon.h"
|
||||
|
||||
#include <utility>
|
||||
|
||||
#include "base/strings/string_number_conversions.h"
|
||||
#include "base/strings/utf_string_conversions.h"
|
||||
#include "base/win/windows_version.h"
|
||||
|
@ -215,7 +217,7 @@ void NotifyIcon::PopUpContextMenu(const gfx::Point& pos,
|
|||
params.force_software_compositing = true;
|
||||
params.z_order = ui::ZOrderLevel::kFloatingUIElement;
|
||||
|
||||
widget_->Init(params);
|
||||
widget_->Init(std::move(params));
|
||||
|
||||
widget_->Show();
|
||||
widget_->Activate();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue