diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-21 16:11:39 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-21 16:11:39 +0000 |
commit | 433fdc17fad8651c3dc8d3f50024e7c42dfc4154 (patch) | |
tree | 4cd206f6ed14ae9690b9b53a14141d201d80af41 /chrome/app/theme | |
parent | 34d18e40e285579af3b5fae02ad21ce3d94745be (diff) | |
download | chromium_src-433fdc17fad8651c3dc8d3f50024e7c42dfc4154.zip chromium_src-433fdc17fad8651c3dc8d3f50024e7c42dfc4154.tar.gz chromium_src-433fdc17fad8651c3dc8d3f50024e7c42dfc4154.tar.bz2 |
CL to add resources needed by combined menu as well as removing tab
images from new tab animation. I'm combining this to minimize tree
bustage.
BUG=45734
TEST=none
Review URL: http://codereview.chromium.org/2854014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50358 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme')
-rwxr-xr-x | chrome/app/theme/fullscreen_menu_button.png | bin | 0 -> 2920 bytes | |||
-rw-r--r-- | chrome/app/theme/tab_alpha_new_tab.png | bin | 363 -> 0 bytes | |||
-rw-r--r-- | chrome/app/theme/tab_new_tab_shadow.png | bin | 474 -> 0 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 4 |
4 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/theme/fullscreen_menu_button.png b/chrome/app/theme/fullscreen_menu_button.png Binary files differnew file mode 100755 index 0000000..1098c03 --- /dev/null +++ b/chrome/app/theme/fullscreen_menu_button.png diff --git a/chrome/app/theme/tab_alpha_new_tab.png b/chrome/app/theme/tab_alpha_new_tab.png Binary files differdeleted file mode 100644 index 6d77135..0000000 --- a/chrome/app/theme/tab_alpha_new_tab.png +++ /dev/null diff --git a/chrome/app/theme/tab_new_tab_shadow.png b/chrome/app/theme/tab_new_tab_shadow.png Binary files differdeleted file mode 100644 index 989d591..0000000 --- a/chrome/app/theme/tab_new_tab_shadow.png +++ /dev/null diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 0dc93e1..280d417 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -274,8 +274,6 @@ <include name="IDR_TAB_ALPHA_RIGHT" file="tab_alpha_right.png" type="BINDATA" /> <include name="IDR_TAB_ALPHA_NANO_LEFT" file="tab_alpha_nano_left.png" type="BINDATA" /> <include name="IDR_TAB_ALPHA_NANO_RIGHT" file="tab_alpha_nano_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" /> @@ -314,6 +312,8 @@ <include name="IDR_MINIMIZE_BUTTON_MASK" file="minimize_button_mask.png" type="BINDATA" /> <include name="IDR_MAXIMIZE_BUTTON_MASK" file="maximize_button_mask.png" type="BINDATA" /> + <include name="IDR_FULLSCREEN_MENU_BUTTON" file="fullscreen_menu_button.png" type="BINDATA" /> + <!-- Desktop notifications --> <include name="IDR_BALLOON_BORDER" file="balloon_frame.png" type="BINDATA" /> <include name="IDR_BALLOON_SHELF" file="balloon_shelf.png" type="BINDATA" /> |