| 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 4cb0ca6cf201d885d0c5d6d9755ad8245dc36ddc..ccdb2441c15e90349610465557e1f62cbaadfd39 100644
|
| --- a/chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| +++ b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| @@ -413,7 +413,7 @@ class EditableProfilePhoto : public views::LabelButton {
|
| gfx::Point center_point = bounds.CenterPoint() + badge_offset_vector;
|
|
|
| // Paint the circular background.
|
| - SkPaint paint;
|
| + cc::PaintFlags paint;
|
| paint.setAntiAlias(true);
|
| paint.setColor(GetNativeTheme()->GetSystemColor(
|
| ui::NativeTheme::kColorId_BubbleBackground));
|
|
|