| Index: chrome/browser/speech/speech_recognition_tray_icon_controller.h
|
| diff --git a/chrome/browser/speech/speech_recognition_tray_icon_controller.h b/chrome/browser/speech/speech_recognition_tray_icon_controller.h
|
| index f17ef0b7cd8ed35e022798194a58ef4226326341..a73d9818f7c704bf8f4bee024eb857d8b4ffb80a 100644
|
| --- a/chrome/browser/speech/speech_recognition_tray_icon_controller.h
|
| +++ b/chrome/browser/speech/speech_recognition_tray_icon_controller.h
|
| @@ -15,6 +15,10 @@ class SkBitmap;
|
| class SkCanvas;
|
| class StatusIcon;
|
|
|
| +namespace gfx {
|
| +class ImageSkia;
|
| +}
|
| +
|
| // Manages the tray icon for speech recognition.
|
| class SpeechRecognitionTrayIconController
|
| : public base::RefCountedThreadSafe<SpeechRecognitionTrayIconController> {
|
| @@ -30,7 +34,7 @@ class SpeechRecognitionTrayIconController
|
| virtual ~SpeechRecognitionTrayIconController();
|
|
|
| void Initialize();
|
| - void DrawVolume(SkCanvas* canvas, const SkBitmap& bitmap, float volume);
|
| + void DrawVolume(SkCanvas* canvas, const gfx::ImageSkia& image, float volume);
|
| void ShowNotificationBalloon(const string16& text);
|
|
|
| scoped_ptr<SkBitmap> mic_image_;
|
|
|