summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-02 15:49:11 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-02 15:49:11 +0000
commitd2ebf94e10cca05310a76717e416d90ba66fafbd (patch)
tree93c65c875fe49dce20d26bfb1c42a33ce3de2507
parent76525924c371057161ee6ca4990ea8879a5bae2c (diff)
downloadchromium_src-d2ebf94e10cca05310a76717e416d90ba66fafbd.zip
chromium_src-d2ebf94e10cca05310a76717e416d90ba66fafbd.tar.gz
chromium_src-d2ebf94e10cca05310a76717e416d90ba66fafbd.tar.bz2
Adds images needed for new tab animation. I'm separating this into
its own patch so I can get valid try results. TBR=jcivelli@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/1602004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43482 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-xchrome/app/theme/tab_alpha_new_tab.pngbin0 -> 363 bytes
-rwxr-xr-xchrome/app/theme/tab_new_tab_shadow.pngbin0 -> 474 bytes
-rw-r--r--chrome/app/theme/theme_resources.grd3
3 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/theme/tab_alpha_new_tab.png b/chrome/app/theme/tab_alpha_new_tab.png
new file mode 100755
index 0000000..6d77135
--- /dev/null
+++ b/chrome/app/theme/tab_alpha_new_tab.png
Binary files differ
diff --git a/chrome/app/theme/tab_new_tab_shadow.png b/chrome/app/theme/tab_new_tab_shadow.png
new file mode 100755
index 0000000..989d591
--- /dev/null
+++ b/chrome/app/theme/tab_new_tab_shadow.png
Binary files differ
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
index eab37c2..e6cecb7 100644
--- a/chrome/app/theme/theme_resources.grd
+++ b/chrome/app/theme/theme_resources.grd
@@ -269,6 +269,9 @@
<include name="IDR_BOOKMARK_MANAGER_SEARCH_ICON" file="bookmark_manager_search.png" type="BINDATA" />
<include name="IDR_TAB_ALPHA_LEFT" file="tab_alpha_left.png" type="BINDATA" />
<include name="IDR_TAB_ALPHA_RIGHT" file="tab_alpha_right.png" type="BINDATA" />
+ <include name="IDR_TAB_ALPHA_NEW_TAB" file="tab_alpha_new_tab.png" type="BINDATA" />
+ <include name="IDR_TAB_NEW_TAB_SHADOW" file="tab_new_tab_shadow.png" type="BINDATA" />
+
<include name="IDR_DOCK_MAX" file="dock_tab_max.png" type="BINDATA" />
<include name="IDR_DOCK_HIGH" file="dock_tab_high.png" type="BINDATA" />
<include name="IDR_DOCK_WIDE" file="dock_tab_wide.png" type="BINDATA" />