summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authorsaintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-23 17:32:03 +0000
committersaintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-23 17:32:03 +0000
commit58492209d54a3af3e40fa0a876c9d6381d943188 (patch)
tree9d3ad009cbad0a5222e45fd1ae2423c932b3c33e /chrome/app
parent09a7c6033aaaf312ab02e2cefbacf3cba71d822f (diff)
downloadchromium_src-58492209d54a3af3e40fa0a876c9d6381d943188.zip
chromium_src-58492209d54a3af3e40fa0a876c9d6381d943188.tar.gz
chromium_src-58492209d54a3af3e40fa0a876c9d6381d943188.tar.bz2
Adding larger throbbers for touch case. This is not the final PNGs that require PNG transparency.
BUG=none TEST=none Review URL: http://codereview.chromium.org/6673108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79143 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/theme/large_throbber_waiting.pngbin0 -> 67319 bytes
-rw-r--r--chrome/app/theme/theme_resources.grd7
2 files changed, 6 insertions, 1 deletions
diff --git a/chrome/app/theme/large_throbber_waiting.png b/chrome/app/theme/large_throbber_waiting.png
new file mode 100644
index 0000000..3ed7041
--- /dev/null
+++ b/chrome/app/theme/large_throbber_waiting.png
Binary files differ
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
index 050edee..30ab0f3 100644
--- a/chrome/app/theme/theme_resources.grd
+++ b/chrome/app/theme/theme_resources.grd
@@ -449,7 +449,12 @@
</if>
<include name="IDR_THEME_WINDOW_CONTROL_BACKGROUND" file="notused.png" type="BINDATA" />
<include name="IDR_THROBBER_LIGHT" file="throbber_light.png" type="BINDATA" />
- <include name="IDR_THROBBER_WAITING" file="throbber_waiting.png" type="BINDATA" />
+ <if expr="not pp_ifdef('touchui')">
+ <include name="IDR_THROBBER_WAITING" file="throbber_waiting.png" type="BINDATA" />
+ </if>
+ <if expr="pp_ifdef('touchui')">
+ <include name="IDR_THROBBER_WAITING" file="large_throbber_waiting.png" type="BINDATA" />
+ </if>
<include name="IDR_THROBBER_WAITING_LIGHT" file="throbber_waiting_light.png" type="BINDATA" />
<include name="IDR_TOOLS" file="tools.png" type="BINDATA" />
<include name="IDR_TOOLS_H" file="tools_h.png" type="BINDATA" />