| Index: ui/message_center/views/proportional_image_view.cc
|
| diff --git a/ui/message_center/views/proportional_image_view.cc b/ui/message_center/views/proportional_image_view.cc
|
| index 8ec9b32e6dc8b14671ffed4177374d1b5f429eee..c944e64fba95cebe838239035a89d48e686f6254 100644
|
| --- a/ui/message_center/views/proportional_image_view.cc
|
| +++ b/ui/message_center/views/proportional_image_view.cc
|
| @@ -38,7 +38,7 @@ void ProportionalImageView::OnPaint(gfx::Canvas* canvas) {
|
| canvas->DrawImageInt(image_, draw_bounds.x(), draw_bounds.y());
|
| } else {
|
| SkPaint paint;
|
| - paint.setFilterLevel(SkPaint::kLow_FilterLevel);
|
| + paint.setFilterQuality(kLow_SkFilterQuality);
|
|
|
| // This call resizes the image while drawing into the canvas.
|
| canvas->DrawImageInt(
|
|
|