summaryrefslogtreecommitdiffstats
path: root/chrome/app/theme
diff options
context:
space:
mode:
authorfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-27 18:59:59 +0000
committerfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-27 18:59:59 +0000
commite5b7de79f6951e99439d6376b4ae60d404ae5d5f (patch)
tree94e7c0e52d41e96a477740e319226b01ddf8be43 /chrome/app/theme
parenta772c003b977e2bd93eee085bf4e439f401271aa (diff)
downloadchromium_src-e5b7de79f6951e99439d6376b4ae60d404ae5d5f.zip
chromium_src-e5b7de79f6951e99439d6376b4ae60d404ae5d5f.tar.gz
chromium_src-e5b7de79f6951e99439d6376b4ae60d404ae5d5f.tar.bz2
Now drawing background for inactive app tabs.
BUG=None TEST=Visual inspection. Review URL: http://codereview.chromium.org/1701015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45731 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme')
-rw-r--r--chrome/app/theme/tab_inactive_nano_center.pngbin0 -> 190 bytes
-rw-r--r--chrome/app/theme/tab_inactive_nano_left.pngbin0 -> 430 bytes
-rw-r--r--chrome/app/theme/tab_inactive_nano_right.pngbin0 -> 320 bytes
-rw-r--r--chrome/app/theme/theme_resources.grd3
4 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/theme/tab_inactive_nano_center.png b/chrome/app/theme/tab_inactive_nano_center.png
new file mode 100644
index 0000000..8421530
--- /dev/null
+++ b/chrome/app/theme/tab_inactive_nano_center.png
Binary files differ
diff --git a/chrome/app/theme/tab_inactive_nano_left.png b/chrome/app/theme/tab_inactive_nano_left.png
new file mode 100644
index 0000000..236f46c
--- /dev/null
+++ b/chrome/app/theme/tab_inactive_nano_left.png
Binary files differ
diff --git a/chrome/app/theme/tab_inactive_nano_right.png b/chrome/app/theme/tab_inactive_nano_right.png
new file mode 100644
index 0000000..6093a9b
--- /dev/null
+++ b/chrome/app/theme/tab_inactive_nano_right.png
Binary files differ
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
index 4f57a5b..cfa5851 100644
--- a/chrome/app/theme/theme_resources.grd
+++ b/chrome/app/theme/theme_resources.grd
@@ -89,6 +89,9 @@
<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" />
<include name="IDR_TAB_INACTIVE_RIGHT" file="tab_inactive_right.png" type="BINDATA" />
+ <include name="IDR_TAB_INACTIVE_NANO_CENTER" file="tab_inactive_nano_center.png" type="BINDATA" />
+ <include name="IDR_TAB_INACTIVE_NANO_LEFT" file="tab_inactive_nano_left.png" type="BINDATA" />
+ <include name="IDR_TAB_INACTIVE_NANO_RIGHT" file="tab_inactive_nano_right.png" type="BINDATA" />
<include name="IDR_DOWNLOAD_BUTTON_CENTER_BOTTOM" file="download_button_center_bottom.png" type="BINDATA" />
<include name="IDR_DOWNLOAD_BUTTON_CENTER_BOTTOM_H" file="download_button_center_bottom_h.png" type="BINDATA" />
<include name="IDR_DOWNLOAD_BUTTON_CENTER_BOTTOM_P" file="download_button_center_bottom_p.png" type="BINDATA" />