| Index: components/favicon/core/fallback_icon_service.cc
|
| diff --git a/components/favicon/core/fallback_icon_service.cc b/components/favicon/core/fallback_icon_service.cc
|
| index 283808858a55f34491e0c7e843eea6ff1df641c0..195614a800e1535e6c11616000c7fdfb358da607 100644
|
| --- a/components/favicon/core/fallback_icon_service.cc
|
| +++ b/components/favicon/core/fallback_icon_service.cc
|
| @@ -58,8 +58,8 @@ void FallbackIconService::DrawFallbackIcon(
|
| gfx::Canvas* canvas) {
|
| const int kOffsetX = 0;
|
| const int kOffsetY = 0;
|
| - SkPaint paint;
|
| - paint.setStyle(SkPaint::kFill_Style);
|
| + cc::PaintFlags paint;
|
| + paint.setStyle(cc::PaintFlags::kFill_Style);
|
| paint.setAntiAlias(true);
|
|
|
| // Draw a filled, colored rounded square.
|
|
|