| 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..1b0866c62734fc131c65fd12ab3dd9be68b0dbf5 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);
|
| + CdlPaint paint;
|
| + paint.setStyle(CdlPaint::kFill_Style);
|
| paint.setAntiAlias(true);
|
|
|
| // Draw a filled, colored rounded square.
|
|
|