Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4142)

Unified Diff: chrome/browser/media/media_stream_capture_indicator.cc

Issue 10453101: Convert most of the rest of chrome to ImageSkia (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/media/media_stream_capture_indicator.h ('k') | chrome/browser/ntp_background_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
}
« no previous file with comments | « chrome/browser/media/media_stream_capture_indicator.h ('k') | chrome/browser/ntp_background_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698