diff options
author | estade <estade@chromium.org> | 2015-07-29 11:24:12 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-29 18:25:11 +0000 |
commit | e141609e7bee5204f3472c0cbe843dfcf6839f45 (patch) | |
tree | 10012b70554fd30aa34a3d2db025cc57b8eb7cc2 /chrome/app | |
parent | 62f6287af58fa80a2b830e436ea4f8dd20b8e1d5 (diff) | |
download | chromium_src-e141609e7bee5204f3472c0cbe843dfcf6839f45.zip chromium_src-e141609e7bee5204f3472c0cbe843dfcf6839f45.tar.gz chromium_src-e141609e7bee5204f3472c0cbe843dfcf6839f45.tar.bz2 |
Vectorize help_outline
BUG=505953
Review URL: https://codereview.chromium.org/1232373006
Cr-Commit-Position: refs/heads/master@{#340925}
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index fc0557d..163ec07 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -96,8 +96,10 @@ <structure type="chrome_scaled_image" name="IDR_AUTOFILL_DIALOG_MENU_BUTTON_P" file="common/autofill_dialog_menu_button_pressed.png" /> <structure type="chrome_scaled_image" name="IDR_AUTOFILL_DIALOG_MENU_BUTTON_H" file="common/autofill_dialog_menu_button_hover.png" /> <structure type="chrome_scaled_image" name="IDR_AUTOFILL_DIALOG_MENU_BUTTON_D" file="common/autofill_dialog_menu_button_disabled.png" /> - <structure type="chrome_scaled_image" name="IDR_AUTOFILL_TOOLTIP_ICON" file="common/autofill_tooltip_icon.png" /> - <structure type="chrome_scaled_image" name="IDR_AUTOFILL_TOOLTIP_ICON_H" file="common/autofill_tooltip_icon_hover.png" /> + <if expr="is_macosx"> + <structure type="chrome_scaled_image" name="IDR_AUTOFILL_TOOLTIP_ICON" file="common/autofill_tooltip_icon.png" /> + <structure type="chrome_scaled_image" name="IDR_AUTOFILL_TOOLTIP_ICON_H" file="common/autofill_tooltip_icon_hover.png" /> + </if> <!-- TODO(jamescook): Update all Chrome platforms to use the new art and metrics from Ash, crbug.com/118228 --> <if expr="toolkit_views or is_macosx or is_ios"> |