Commit d4ae2d6e authored by Jason Lin's avatar Jason Lin Committed by Commit Bot

Update Plugin VM icons

This CL updates the icons we use for Plugin VM for the shelf, launcher,
installer, uninstall notification, settings page, and task manager. The
icons for the file manager will be in a separate CL.

Bug: b:151096611,1073795
Change-Id: Ib7ea9d496a773cc5fee091adf07bcac27d591ea5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264191Reviewed-by: default avatarJoel Hockey <joelhockey@chromium.org>
Reviewed-by: default avatarEvan Stade <estade@chromium.org>
Reviewed-by: default avatarMitsuru Oshima <oshima@chromium.org>
Commit-Queue: Jason Lin <lxj@google.com>
Cr-Commit-Position: refs/heads/master@{#786089}
parent b656bed3
...@@ -2,23 +2,50 @@ ...@@ -2,23 +2,50 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
CANVAS_DIMENSIONS, 20, CANVAS_DIMENSIONS, 18,
MOVE_TO, 7, 12, MOVE_TO, 9.97f, 10,
R_V_LINE_TO, 4, R_H_LINE_TO, -3,
H_LINE_TO, 4, R_V_LINE_TO, 2.2f,
V_LINE_TO, 4, R_LINE_TO, 3, 0.4f,
R_CUBIC_TO, 0, -0.55f, 0.45f, -1, 1, -1, V_LINE_TO, 10,
R_H_LINE_TO, 8,
R_CUBIC_TO, 1.66f, 0, 3, 1.34f, 3, 3,
R_V_LINE_TO, 3,
R_CUBIC_TO, 0, 1.66f, -1.34f, 3, -3, 3,
H_LINE_TO, 7,
CLOSE, CLOSE,
R_MOVE_TO, 0, -6, R_MOVE_TO, 0, -3.6f,
R_V_LINE_TO, 3, R_LINE_TO, -3, 0.4f,
R_H_LINE_TO, 5, V_LINE_TO, 9,
R_CUBIC_TO, 0.55f, 0, 1, -0.45f, 1, -1, R_H_LINE_TO, 3,
V_LINE_TO, 7, V_LINE_TO, 6.4f,
R_CUBIC_TO, 0, -0.55f, -0.45f, -1, -1, -1, CLOSE,
H_LINE_TO, 7, R_MOVE_TO, 1, 6.4f,
R_LINE_TO, 1.01f, 0.3f,
V_LINE_TO, 16,
H_LINE_TO, 0.8f,
R_CUBIC_TO, -0.5f, 0, -0.8f, -0.3f, -0.8f, -0.8f,
V_LINE_TO, 14,
R_H_LINE_TO, 1.97f,
V_LINE_TO, 4.1f,
R_CUBIC_TO, 0, -0.6f, 0.5f, -1.1f, 1.1f, -1.1f,
R_H_LINE_TO, 8.91f,
R_V_LINE_TO, 2.9f,
R_LINE_TO, -1.01f, 0.3f,
V_LINE_TO, 9,
R_H_LINE_TO, 1.01f,
R_V_LINE_TO, 1,
R_H_LINE_TO, -1.01f,
R_V_LINE_TO, 2.8f,
CLOSE,
R_MOVE_TO, 3, 5.2f,
R_CUBIC_TO, -0.6f, 0, -1, -0.4f, -1, -1,
V_LINE_TO, 1,
R_CUBIC_TO, 0, -0.6f, 0.4f, -1, 1, -1,
R_CUBIC_TO, 0.6f, 0, 1, 0.4f, 1, 1,
R_V_LINE_TO, 16,
R_CUBIC_TO, 0, 0.6f, -0.4f, 1, -1, 1,
CLOSE,
R_MOVE_TO, 3, 0,
R_CUBIC_TO, -0.6f, 0, -1, -0.4f, -1, -1,
V_LINE_TO, 1,
R_CUBIC_TO, 0, -0.6f, 0.4f, -1, 1, -1,
R_CUBIC_TO, 0.6f, 0, 1, 0.4f, 1, 1,
R_V_LINE_TO, 16,
R_CUBIC_TO, 0, 0.6f, -0.4f, 1, -1, 1,
CLOSE CLOSE
...@@ -137,7 +137,7 @@ PluginVmInstallerView::PluginVmInstallerView(Profile* profile) ...@@ -137,7 +137,7 @@ PluginVmInstallerView::PluginVmInstallerView(Profile* profile)
logo_image->SetImageSize(kLogoImageSize); logo_image->SetImageSize(kLogoImageSize);
logo_image->SetImage( logo_image->SetImage(
ui::ResourceBundle::GetSharedInstance().GetImageSkiaNamed( ui::ResourceBundle::GetSharedInstance().GetImageSkiaNamed(
IDR_LOGO_PLUGIN_VM_DEFAULT_32)); IDR_LOGO_PLUGIN_VM_DEFAULT_192));
logo_image->SetHorizontalAlignment(views::ImageView::Alignment::kLeading); logo_image->SetHorizontalAlignment(views::ImageView::Alignment::kLeading);
upper_container_view->AddChildView(logo_image); upper_container_view->AddChildView(logo_image);
......
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