diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-14 16:55:56 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-14 16:55:56 +0000 |
commit | 0a3491fe1cf45787d00a42629e791fdad95b9461 (patch) | |
tree | cf02c1b200c48469436053b5a9046037ac48dcb0 /chrome/app | |
parent | ba545ceadf4c6653cad4926cb97bad774f777cbc (diff) | |
download | chromium_src-0a3491fe1cf45787d00a42629e791fdad95b9461.zip chromium_src-0a3491fe1cf45787d00a42629e791fdad95b9461.tar.gz chromium_src-0a3491fe1cf45787d00a42629e791fdad95b9461.tar.bz2 |
Separates out new image and grd change so that can try my other patch.
BUG=45743
TEST=none
TBR=ben@chromium.org
Review URL: http://codereview.chromium.org/2813003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49693 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rwxr-xr-x | chrome/app/theme/tab_close_dot_mask.png | bin | 0 -> 972 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/theme/tab_close_dot_mask.png b/chrome/app/theme/tab_close_dot_mask.png Binary files differnew file mode 100755 index 0000000..7082416 --- /dev/null +++ b/chrome/app/theme/tab_close_dot_mask.png diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 1abcc49..c4ca184 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -75,6 +75,7 @@ <include name="IDR_TAB_CLOSE" file="tab_close.png" type="BINDATA" /> <include name="IDR_TAB_CLOSE_H" file="tab_close_h.png" type="BINDATA" /> <include name="IDR_TAB_CLOSE_P" file="tab_close_p.png" type="BINDATA" /> + <include name="IDR_TAB_CLOSE_DOT_MASK" file="tab_close_dot_mask.png" type="BINDATA" /> <include name="IDR_TAB_CLOSE_MASK" file="tab_close_mask.png" type="BINDATA" /> <include name="IDR_TAB_INACTIVE_CENTER" file="tab_inactive_center.png" type="BINDATA" /> <include name="IDR_TAB_INACTIVE_LEFT" file="tab_inactive_left.png" type="BINDATA" /> |