| Index: chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| diff --git a/chrome/browser/ui/views/profiles/profile_chooser_view.cc b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| index 638f0497ac04f9402533ff635c246fdd5f822342..4b344c3e82cdc9fc12c5d5ccbcceb4beee0f6fa0 100644
|
| --- a/chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| +++ b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| @@ -415,7 +415,7 @@ class EditableProfilePhoto : public views::LabelButton {
|
| gfx::Point center_point = bounds.CenterPoint() + badge_offset_vector;
|
|
|
| // Paint the circular background.
|
| - SkPaint paint;
|
| + CdlPaint paint;
|
| paint.setAntiAlias(true);
|
| paint.setColor(GetNativeTheme()->GetSystemColor(
|
| ui::NativeTheme::kColorId_BubbleBackground));
|
|
|