| Index: trunk/src/ui/message_center/views/notification_view.cc
|
| ===================================================================
|
| --- trunk/src/ui/message_center/views/notification_view.cc (revision 224498)
|
| +++ trunk/src/ui/message_center/views/notification_view.cc (working copy)
|
| @@ -108,8 +108,7 @@
|
| }
|
|
|
| // Extract that bitmap's alpha and look for a non-opaque pixel there.
|
| - SkBitmap bitmap =
|
| - image.GetRepresentation(ui::GetImageScale(factor)).sk_bitmap();
|
| + SkBitmap bitmap = image.GetRepresentation(factor).sk_bitmap();
|
| if (!bitmap.isNull()) {
|
| SkBitmap alpha;
|
| alpha.setConfig(SkBitmap::kA1_Config, bitmap.width(), bitmap.height(), 0);
|
|
|