summaryrefslogtreecommitdiffstats
path: root/chrome/app/theme
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-14 22:00:34 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-14 22:00:34 +0000
commit5e1c0464f218d5ebebabcdd92fc8af7f05252f64 (patch)
treeb3e3efa05b30e9aacdbdbc74e58f3e9f6fec5652 /chrome/app/theme
parent7e7e2a304b85b93ee97087656684e797ce0db2c2 (diff)
downloadchromium_src-5e1c0464f218d5ebebabcdd92fc8af7f05252f64.zip
chromium_src-5e1c0464f218d5ebebabcdd92fc8af7f05252f64.tar.gz
chromium_src-5e1c0464f218d5ebebabcdd92fc8af7f05252f64.tar.bz2
Factor out border-drawing code from autocomplete_popup_contents_view.cc into a new file, bubble_border.cc, so that InfoBubble will be able to start using it. This also renames the resources to be more generic.
This should not result in any visual changes. BUG=21028 TEST=none Review URL: http://codereview.chromium.org/194107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26165 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme')
-rw-r--r--chrome/app/theme/bubble_b.png (renamed from chrome/app/theme/omnibox_b.png)bin129 -> 129 bytes
-rw-r--r--chrome/app/theme/bubble_bl.png (renamed from chrome/app/theme/omnibox_bl.png)bin247 -> 247 bytes
-rw-r--r--chrome/app/theme/bubble_br.png (renamed from chrome/app/theme/omnibox_br.png)bin252 -> 252 bytes
-rw-r--r--chrome/app/theme/bubble_l.png (renamed from chrome/app/theme/omnibox_l.png)bin123 -> 123 bytes
-rw-r--r--chrome/app/theme/bubble_r.png (renamed from chrome/app/theme/omnibox_r.png)bin123 -> 123 bytes
-rw-r--r--chrome/app/theme/bubble_t.png (renamed from chrome/app/theme/omnibox_t.png)bin117 -> 117 bytes
-rw-r--r--chrome/app/theme/bubble_tl.png (renamed from chrome/app/theme/omnibox_tl.png)bin207 -> 207 bytes
-rw-r--r--chrome/app/theme/bubble_tr.png (renamed from chrome/app/theme/omnibox_tr.png)bin217 -> 217 bytes
-rw-r--r--chrome/app/theme/theme_resources.grd16
9 files changed, 8 insertions, 8 deletions
diff --git a/chrome/app/theme/omnibox_b.png b/chrome/app/theme/bubble_b.png
index f278cada..f278cada 100644
--- a/chrome/app/theme/omnibox_b.png
+++ b/chrome/app/theme/bubble_b.png
Binary files differ
diff --git a/chrome/app/theme/omnibox_bl.png b/chrome/app/theme/bubble_bl.png
index 66e4e2a..66e4e2a 100644
--- a/chrome/app/theme/omnibox_bl.png
+++ b/chrome/app/theme/bubble_bl.png
Binary files differ
diff --git a/chrome/app/theme/omnibox_br.png b/chrome/app/theme/bubble_br.png
index 8f5684e..8f5684e 100644
--- a/chrome/app/theme/omnibox_br.png
+++ b/chrome/app/theme/bubble_br.png
Binary files differ
diff --git a/chrome/app/theme/omnibox_l.png b/chrome/app/theme/bubble_l.png
index 72f56ad..72f56ad 100644
--- a/chrome/app/theme/omnibox_l.png
+++ b/chrome/app/theme/bubble_l.png
Binary files differ
diff --git a/chrome/app/theme/omnibox_r.png b/chrome/app/theme/bubble_r.png
index 4489da5..4489da5 100644
--- a/chrome/app/theme/omnibox_r.png
+++ b/chrome/app/theme/bubble_r.png
Binary files differ
diff --git a/chrome/app/theme/omnibox_t.png b/chrome/app/theme/bubble_t.png
index 6516c51..6516c51 100644
--- a/chrome/app/theme/omnibox_t.png
+++ b/chrome/app/theme/bubble_t.png
Binary files differ
diff --git a/chrome/app/theme/omnibox_tl.png b/chrome/app/theme/bubble_tl.png
index 55bb092..55bb092 100644
--- a/chrome/app/theme/omnibox_tl.png
+++ b/chrome/app/theme/bubble_tl.png
Binary files differ
diff --git a/chrome/app/theme/omnibox_tr.png b/chrome/app/theme/bubble_tr.png
index b4a8777..b4a8777 100644
--- a/chrome/app/theme/omnibox_tr.png
+++ b/chrome/app/theme/bubble_tr.png
Binary files differ
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
index 91ceeba7..0372c9b 100644
--- a/chrome/app/theme/theme_resources.grd
+++ b/chrome/app/theme/theme_resources.grd
@@ -271,14 +271,14 @@
<include name="IDR_DOCK_HIGH" file="dock_tab_high.png" type="BINDATA" />
<include name="IDR_DOCK_WIDE" file="dock_tab_wide.png" type="BINDATA" />
<include name="IDR_MENU_BOOKMARK" file="menu_bookmark.png" type="BINDATA" />
- <include name="IDR_OMNIBOX_POPUP_DS_L" file="omnibox_l.png" type="BINDATA" />
- <include name="IDR_OMNIBOX_POPUP_DS_TL" file="omnibox_tl.png" type="BINDATA" />
- <include name="IDR_OMNIBOX_POPUP_DS_T" file="omnibox_t.png" type="BINDATA" />
- <include name="IDR_OMNIBOX_POPUP_DS_TR" file="omnibox_tr.png" type="BINDATA" />
- <include name="IDR_OMNIBOX_POPUP_DS_R" file="omnibox_r.png" type="BINDATA" />
- <include name="IDR_OMNIBOX_POPUP_DS_BR" file="omnibox_br.png" type="BINDATA" />
- <include name="IDR_OMNIBOX_POPUP_DS_B" file="omnibox_b.png" type="BINDATA" />
- <include name="IDR_OMNIBOX_POPUP_DS_BL" file="omnibox_bl.png" type="BINDATA" />
+ <include name="IDR_BUBBLE_L" file="bubble_l.png" type="BINDATA" />
+ <include name="IDR_BUBBLE_TL" file="bubble_tl.png" type="BINDATA" />
+ <include name="IDR_BUBBLE_T" file="bubble_t.png" type="BINDATA" />
+ <include name="IDR_BUBBLE_TR" file="bubble_tr.png" type="BINDATA" />
+ <include name="IDR_BUBBLE_R" file="bubble_r.png" type="BINDATA" />
+ <include name="IDR_BUBBLE_BR" file="bubble_br.png" type="BINDATA" />
+ <include name="IDR_BUBBLE_B" file="bubble_b.png" type="BINDATA" />
+ <include name="IDR_BUBBLE_BL" file="bubble_bl.png" type="BINDATA" />
<include name="IDR_O2_GLOBE" file="o2_globe.png" type="BINDATA" />
<include name="IDR_O2_HISTORY" file="o2_history.png" type="BINDATA" />
<include name="IDR_O2_MORE" file="o2_more.png" type="BINDATA" />