diff options
author | satish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-23 13:22:19 +0000 |
---|---|---|
committer | satish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-23 13:22:19 +0000 |
commit | 378eba1a0a9b667759e27abbb1adfb38e55ffe9f (patch) | |
tree | 84572a8f0f0f1165d38864f666f9053b812586f6 /chrome/app/theme | |
parent | 284e0d6e941b4a87f56cfd7cab70a69194e50cae (diff) | |
download | chromium_src-378eba1a0a9b667759e27abbb1adfb38e55ffe9f.zip chromium_src-378eba1a0a9b667759e27abbb1adfb38e55ffe9f.tar.gz chromium_src-378eba1a0a9b667759e27abbb1adfb38e55ffe9f.tar.bz2 |
Earlier we used to show a static image in this state, instead we now show the animation.
The images for each step of the animation are stored horizontally next to each other in a sprite image
and during the animation we just draw the same bitmap with the x origin moving around from one step
to another and wrapping around.
BUG=53598
TEST=manual, start speech recognition, speak something and wait for the animation to show up on screen.
Review URL: http://codereview.chromium.org/3417012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60282 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme')
-rw-r--r-- | chrome/app/theme/speech_input_mic_mask.png | bin | 4616 -> 4406 bytes | |||
-rw-r--r-- | chrome/app/theme/speech_input_processing.png | bin | 1422 -> 0 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 1 |
3 files changed, 0 insertions, 1 deletions
diff --git a/chrome/app/theme/speech_input_mic_mask.png b/chrome/app/theme/speech_input_mic_mask.png Binary files differindex 1805467..30ffd3e 100644 --- a/chrome/app/theme/speech_input_mic_mask.png +++ b/chrome/app/theme/speech_input_mic_mask.png diff --git a/chrome/app/theme/speech_input_processing.png b/chrome/app/theme/speech_input_processing.png Binary files differdeleted file mode 100644 index 0529e35..0000000 --- a/chrome/app/theme/speech_input_processing.png +++ /dev/null diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 148bf9a..2d08f82 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -426,7 +426,6 @@ <include name="IDR_SPEECH_INPUT_MIC_EMPTY" file="speech_input_mic_empty.png" type="BINDATA" /> <include name="IDR_SPEECH_INPUT_MIC_FULL" file="speech_input_mic_full.png" type="BINDATA" /> <include name="IDR_SPEECH_INPUT_MIC_MASK" file="speech_input_mic_mask.png" type="BINDATA" /> - <include name="IDR_SPEECH_INPUT_PROCESSING" file="speech_input_processing.png" type="BINDATA" /> <include name="IDR_SPEECH_INPUT_SPINNER" file="speech_input_spinner.png" type="BINDATA" /> <if expr="pp_ifdef('_google_chrome')"> <include name="IDR_WIZARD_ICON" file="google_chrome/wizard_icon.png" type="BINDATA" /> |