| 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 fc5d530ac34bf45f23960e2ef38faa1def5dfae6..a38ad3591343d4faecf60918e4ccb06da8bf8b74 100644
|
| --- a/chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| +++ b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| @@ -328,7 +328,7 @@ class EditableProfilePhoto : public views::LabelButton {
|
|
|
| void PaintChildren(const ui::PaintContext& context) override {
|
| // Display any children (the "change photo" overlay) as a circle.
|
| - ui::ClipRecorder clip_recorder(context);
|
| + ui::ClipRecorder clip_recorder(context, size());
|
| clip_recorder.ClipPathWithAntiAliasing(circular_mask_);
|
| View::PaintChildren(context);
|
| }
|
|
|