Commit 91733a42 authored by Timothy Loh's avatar Timothy Loh Committed by Commit Bot

Use higher res icon for shelf when Plugin VM is running

We currently use the 32px icon for the shelf, which ends up looking
blurry, so switch to the 192px icon.

Bug: b:162516302
Change-Id: I96dbd62a287e70dc0d20ab0872c640b3ecf2bc2c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2379463
Auto-Submit: Timothy Loh <timloh@chromium.org>
Reviewed-by: default avatarNancy Wang <nancylingwang@chromium.org>
Reviewed-by: default avatarJoel Hockey <joelhockey@chromium.org>
Commit-Queue: Joel Hockey <joelhockey@chromium.org>
Cr-Commit-Position: refs/heads/master@{#802502}
parent 615444a5
...@@ -515,7 +515,7 @@ void AppServiceAppWindowLauncherController::RegisterWindow( ...@@ -515,7 +515,7 @@ void AppServiceAppWindowLauncherController::RegisterWindow(
static_cast<exo::ShellSurfaceBase*>( static_cast<exo::ShellSurfaceBase*>(
views::Widget::GetWidgetForNativeWindow(window)->widget_delegate()) views::Widget::GetWidgetForNativeWindow(window)->widget_delegate())
->SetIcon(*ui::ResourceBundle::GetSharedInstance().GetImageSkiaNamed( ->SetIcon(*ui::ResourceBundle::GetSharedInstance().GetImageSkiaNamed(
IDR_LOGO_PLUGIN_VM_DEFAULT_32)); IDR_LOGO_PLUGIN_VM_DEFAULT_192));
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment