summaryrefslogtreecommitdiffstats
path: root/ash/resources/ash_resources.grd
diff options
context:
space:
mode:
authorflackr@chromium.org <flackr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-13 05:54:42 +0000
committerflackr@chromium.org <flackr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-13 05:54:42 +0000
commitc57aabe3738052b912f5903f321c7757b6e73e09 (patch)
treed78c5e1c051db676584cc951a6c2d6713e87d779 /ash/resources/ash_resources.grd
parentbf3853e8dd3d08f45dffcf2100238c5c2ca476f4 (diff)
downloadchromium_src-c57aabe3738052b912f5903f321c7757b6e73e09.zip
chromium_src-c57aabe3738052b912f5903f321c7757b6e73e09.tar.gz
chromium_src-c57aabe3738052b912f5903f321c7757b6e73e09.tar.bz2
Add close buttons to windows on overview mode.
BUG=337591 TEST=Open a few windows, press F5 to enter overview mode, click on one of the new close buttons and that window should go away with the remaining windows reflowing when necessar. Review URL: https://codereview.chromium.org/183973002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256768 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/resources/ash_resources.grd')
-rw-r--r--ash/resources/ash_resources.grd4
1 files changed, 4 insertions, 0 deletions
diff --git a/ash/resources/ash_resources.grd b/ash/resources/ash_resources.grd
index 396c720..19f1b31 100644
--- a/ash/resources/ash_resources.grd
+++ b/ash/resources/ash_resources.grd
@@ -259,6 +259,10 @@
<structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_HEADER_SHADE_INACTIVE_RIGHT" file="common/window_header_shade_right_inactive.png" />
<structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_HEADER_SHADE_INACTIVE_TOP" file="common/window_header_shade_top_inactive.png" />
+ <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_OVERVIEW_CLOSE" file="common/window_overview_close_normal.png" />
+ <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_OVERVIEW_CLOSE_H" file="common/window_overview_close_hover.png" />
+ <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_OVERVIEW_CLOSE_P" file="common/window_overview_close_pressed.png" />
+
<structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_LEFT" file="common/window_position_left_normal.png" />
<structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_LEFT_H" file="common/window_position_left_hover.png" />
<structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_LEFT_P" file="common/window_position_left_pressed.png" />