Index: ui/resources/ui_resources.grd |
diff --git a/ui/resources/ui_resources.grd b/ui/resources/ui_resources.grd |
index 8976eb573b89e4f6ccff2790749bfe43588d8fbc..d0c0e8287ba4d9c83ec4ab28d44a577fa3c98d73 100644 |
--- a/ui/resources/ui_resources.grd |
+++ b/ui/resources/ui_resources.grd |
@@ -296,11 +296,13 @@ |
<structure type="chrome_scaled_image" name="IDR_MAXIMIZE_H" file="maximize_hover.png" /> |
<structure type="chrome_scaled_image" name="IDR_MAXIMIZE_P" file="maximize_pressed.png" /> |
</if> |
- <if expr="toolkit_views"> |
+ <if expr="toolkit_views and not (is_macosx or is_ios)"> |
<structure type="chrome_scaled_image" name="IDR_MENU_HIERARCHY_ARROW" file="common/menu_hierarchy_arrow.png" /> |
+ </if> |
+ <if expr="toolkit_views"> |
<structure type="chrome_scaled_image" name="IDR_MENU_HIERARCHY_ARROW_DARK_BACKGROUND" file="common/menu_hierarchy_arrow_white.png" /> |
</if> |
- <if expr="(is_macosx or is_ios) and not toolkit_views"> |
+ <if expr="is_macosx or is_ios"> |
<structure type="chrome_scaled_image" name="IDR_MENU_HIERARCHY_ARROW" file="mac/menu_hierarchy_arrow.png" /> |
</if> |
<structure type="chrome_scaled_image" name="IDR_MENU_CHECK_CHECKED" file="common/menu_check.png" /> |
@@ -384,13 +386,13 @@ |
<structure type="chrome_scaled_image" name="IDR_PANEL_BOTTOM_LEFT_CORNER" file="panel_bottom_left_corner.png" /> |
<structure type="chrome_scaled_image" name="IDR_PANEL_BOTTOM_RIGHT_CORNER" file="panel_bottom_right_corner.png" /> |
</if> |
- <if expr="is_posix and not is_macosx and not is_ios and not use_aura"> |
+ <if expr="is_posix and not is_macosx and not is_ios and not toolkit_views"> |
<structure type="chrome_scaled_image" name="IDR_PROGRESS_BAR" file="linux/linux-progress-bar.png" /> |
<structure type="chrome_scaled_image" name="IDR_PROGRESS_BORDER_LEFT" file="linux/linux-progress-border-left.png" /> |
<structure type="chrome_scaled_image" name="IDR_PROGRESS_BORDER_RIGHT" file="linux/linux-progress-border-right.png" /> |
<structure type="chrome_scaled_image" name="IDR_PROGRESS_VALUE" file="linux/linux-progress-value.png" /> |
</if> |
- <if expr="use_aura"> |
+ <if expr="toolkit_views"> |
<structure type="chrome_scaled_image" name="IDR_PROGRESS_BAR" file="linux/linux-progress-bar.png" /> |
<structure type="chrome_scaled_image" name="IDR_PROGRESS_BORDER_LEFT" file="linux/linux-progress-border-left.png" /> |
<structure type="chrome_scaled_image" name="IDR_PROGRESS_BORDER_RIGHT" file="linux/linux-progress-border-right.png" /> |