| Index: chrome/browser/media/media_stream_capture_indicator.cc
|
| diff --git a/chrome/browser/media/media_stream_capture_indicator.cc b/chrome/browser/media/media_stream_capture_indicator.cc
|
| index e3e8ad0d9ec0599fcd077ef4c469974cf0b96437..55f675187a75b6d03efdafe8b405c6cd53b193b8 100644
|
| --- a/chrome/browser/media/media_stream_capture_indicator.cc
|
| +++ b/chrome/browser/media/media_stream_capture_indicator.cc
|
| @@ -159,11 +159,11 @@ void MediaStreamCaptureIndicator::CreateStatusTray() {
|
| void MediaStreamCaptureIndicator::EnsureStatusTrayIcon() {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| if (tray_image_.empty()) {
|
| - tray_image_ = *ResourceBundle::GetSharedInstance().GetBitmapNamed(
|
| + tray_image_ = *ResourceBundle::GetSharedInstance().GetImageSkiaNamed(
|
| IDR_MEDIA_STREAM_CAPTURE_LED);
|
| }
|
| if (balloon_image_.empty()) {
|
| - balloon_image_ = *ResourceBundle::GetSharedInstance().GetBitmapNamed(
|
| + balloon_image_ = *ResourceBundle::GetSharedInstance().GetImageSkiaNamed(
|
| IDR_PRODUCT_LOGO_32);
|
| }
|
| }
|
|
|