diff options
author | dpolukhin@chromium.org <dpolukhin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-06 12:36:01 +0000 |
---|---|---|
committer | dpolukhin@chromium.org <dpolukhin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-06 12:36:01 +0000 |
commit | 6c70e1efa665b0cbd13f79597de27ecca7fa4854 (patch) | |
tree | 76ac328f8111134d7698ae0fc92efc99039b3f49 /chrome/app/theme | |
parent | 41fa44caf6cf4e7c789af0db508ef64efb20a53d (diff) | |
download | chromium_src-6c70e1efa665b0cbd13f79597de27ecca7fa4854.zip chromium_src-6c70e1efa665b0cbd13f79597de27ecca7fa4854.tar.gz chromium_src-6c70e1efa665b0cbd13f79597de27ecca7fa4854.tar.bz2 |
Add ability to place bubble arrow on left and right side of the bubble or make it float with top edge.
BUG=crosbug.com/2800
TEST=Should be no visible changes with info bubble, everything should work as before. Bubble is used for example in bookmarking.
Review URL: http://codereview.chromium.org/1820002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46564 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme')
-rwxr-xr-x | chrome/app/theme/bubble_l_arrow.png | bin | 0 -> 328 bytes | |||
-rwxr-xr-x | chrome/app/theme/bubble_r_arrow.png | bin | 0 -> 324 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 2 |
3 files changed, 2 insertions, 0 deletions
diff --git a/chrome/app/theme/bubble_l_arrow.png b/chrome/app/theme/bubble_l_arrow.png Binary files differnew file mode 100755 index 0000000..9663076 --- /dev/null +++ b/chrome/app/theme/bubble_l_arrow.png diff --git a/chrome/app/theme/bubble_r_arrow.png b/chrome/app/theme/bubble_r_arrow.png Binary files differnew file mode 100755 index 0000000..fab4def --- /dev/null +++ b/chrome/app/theme/bubble_r_arrow.png diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index cfa5851..beeb4e9 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -304,6 +304,8 @@ <include name="IDR_BUBBLE_BL" file="bubble_bl.png" type="BINDATA" /> <include name="IDR_BUBBLE_T_ARROW" file="bubble_t_arrow.png" type="BINDATA" /> <include name="IDR_BUBBLE_B_ARROW" file="bubble_b_arrow.png" type="BINDATA" /> + <include name="IDR_BUBBLE_L_ARROW" file="bubble_l_arrow.png" type="BINDATA" /> + <include name="IDR_BUBBLE_R_ARROW" file="bubble_r_arrow.png" type="BINDATA" /> <include name="IDR_CLOSED_WINDOW" file="closed_window.png" type="BINDATA" /> <include name="IDR_THEME_TAB_BACKGROUND_INCOGNITO" file="theme_tab_background_incognito.png" type="BINDATA" /> |