diff options
author | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-26 17:47:29 +0000 |
---|---|---|
committer | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-26 17:47:29 +0000 |
commit | dfab948377a9867c515476081f38e89b1156d063 (patch) | |
tree | 4162048139decc1c73753a27f5e7109ecc902ce7 /chrome/app | |
parent | 3a605e80b401878e493ba82c4d5b58b2c47b11db (diff) | |
download | chromium_src-dfab948377a9867c515476081f38e89b1156d063.zip chromium_src-dfab948377a9867c515476081f38e89b1156d063.tar.gz chromium_src-dfab948377a9867c515476081f38e89b1156d063.tar.bz2 |
Use ImagePainter to draw the location bar border.
In this way the dimension of the location bar can be set flexibly. Center the location bar vertically and make it a little shorter in height for touch ui.
BUG=NONE
TEST=NONE
Review URL: http://codereview.chromium.org/7912004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102752 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/theme/large_omnibox_c.png | bin | 92 -> 0 bytes | |||
-rw-r--r-- | chrome/app/theme/large_omnibox_l.png | bin | 208 -> 0 bytes | |||
-rw-r--r-- | chrome/app/theme/large_omnibox_r.png | bin | 214 -> 0 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources_large.grd | 7 | ||||
-rw-r--r-- | chrome/app/theme/theme_resources_standard.grd | 1 |
5 files changed, 5 insertions, 3 deletions
diff --git a/chrome/app/theme/large_omnibox_c.png b/chrome/app/theme/large_omnibox_c.png Binary files differdeleted file mode 100644 index e5e8e33..0000000 --- a/chrome/app/theme/large_omnibox_c.png +++ /dev/null diff --git a/chrome/app/theme/large_omnibox_l.png b/chrome/app/theme/large_omnibox_l.png Binary files differdeleted file mode 100644 index a7f7c46..0000000 --- a/chrome/app/theme/large_omnibox_l.png +++ /dev/null diff --git a/chrome/app/theme/large_omnibox_r.png b/chrome/app/theme/large_omnibox_r.png Binary files differdeleted file mode 100644 index 6be8fb2..0000000 --- a/chrome/app/theme/large_omnibox_r.png +++ /dev/null diff --git a/chrome/app/theme/theme_resources_large.grd b/chrome/app/theme/theme_resources_large.grd index 3fa643f..a43d946 100644 --- a/chrome/app/theme/theme_resources_large.grd +++ b/chrome/app/theme/theme_resources_large.grd @@ -79,9 +79,10 @@ <include name="IDR_INFOBAR_THEME" file="large_infobar_theme.png" type="BINDATA" /> <include name="IDR_INFOBAR_TRANSLATE" file="large_infobar_translate.png" type="BINDATA" /> <include name="IDR_KEYWORD_SEARCH_MAGNIFIER" file="large_keyword_search_magnifier.png" type="BINDATA" /> - <include name="IDR_LOCATIONBG_C" file="large_omnibox_c.png" type="BINDATA" /> - <include name="IDR_LOCATIONBG_L" file="large_omnibox_l.png" type="BINDATA" /> - <include name="IDR_LOCATIONBG_R" file="large_omnibox_r.png" type="BINDATA" /> + <include name="IDR_LOCATIONBG_C" file="omnibox_c.png" type="BINDATA" /> + <include name="IDR_LOCATIONBG_L" file="omnibox_l.png" type="BINDATA" /> + <include name="IDR_LOCATIONBG_R" file="omnibox_r.png" type="BINDATA" /> + <include name="IDR_LOCATION_BAR_BORDER" file="omnibox_border.png" type="BINDATA" /> <include name="IDR_LOCATION_BAR_SELECTED_KEYWORD_BACKGROUND_C" file="large_keyword_search_bubble_c.png" type="BINDATA" /> <include name="IDR_LOCATION_BAR_SELECTED_KEYWORD_BACKGROUND_L" file="large_keyword_search_bubble_l.png" type="BINDATA" /> <include name="IDR_LOCATION_BAR_SELECTED_KEYWORD_BACKGROUND_R" file="large_keyword_search_bubble_r.png" type="BINDATA" /> diff --git a/chrome/app/theme/theme_resources_standard.grd b/chrome/app/theme/theme_resources_standard.grd index 7339824..876a461 100644 --- a/chrome/app/theme/theme_resources_standard.grd +++ b/chrome/app/theme/theme_resources_standard.grd @@ -85,6 +85,7 @@ <include name="IDR_LOCATIONBG_C" file="omnibox_c.png" type="BINDATA" /> <include name="IDR_LOCATIONBG_L" file="omnibox_l.png" type="BINDATA" /> <include name="IDR_LOCATIONBG_R" file="omnibox_r.png" type="BINDATA" /> + <include name="IDR_LOCATION_BAR_BORDER" file="omnibox_border.png" type="BINDATA" /> <include name="IDR_LOCATION_BAR_SELECTED_KEYWORD_BACKGROUND_C" file="keyword_search_bubble_c.png" type="BINDATA" /> <include name="IDR_LOCATION_BAR_SELECTED_KEYWORD_BACKGROUND_L" file="keyword_search_bubble_l.png" type="BINDATA" /> <include name="IDR_LOCATION_BAR_SELECTED_KEYWORD_BACKGROUND_R" file="keyword_search_bubble_r.png" type="BINDATA" /> |