diff --git a/shell/browser/native_window_views.cc b/shell/browser/native_window_views.cc index 97b2123b100a..e9605a376ed8 100644 --- a/shell/browser/native_window_views.cc +++ b/shell/browser/native_window_views.cc @@ -1288,7 +1288,7 @@ void NativeWindowViews::SetIcon(HICON window_icon, HICON app_icon) { void NativeWindowViews::SetIcon(const gfx::ImageSkia& icon) { auto* tree_host = views::DesktopWindowTreeHostLinux::GetHostForWidget( GetAcceleratedWidget()); - tree_host->SetWindowIcons(icon, icon); + tree_host->SetWindowIcons(icon, {}); } #endif