Chromium Code Reviews| Index: ui/views/view.cc |
| diff --git a/ui/views/view.cc b/ui/views/view.cc |
| index beedbb1ff261813e9add59d03cbd91e8fe2efdeb..d733034153bb82110ef12b88c6d642c7f74c73d2 100644 |
| --- a/ui/views/view.cc |
| +++ b/ui/views/view.cc |
| @@ -813,7 +813,7 @@ void View::Paint(const ui::PaintContext& parent_context) { |
| } else { |
| gfx::Path clip_path_in_parent = clip_path_; |
| clip_path_in_parent.offset(GetMirroredX(), y()); |
| - clip_recorder.ClipPath(clip_path_in_parent); |
| + clip_recorder.ClipPathWithAntiAliasing(clip_path_in_parent); |
| } |
| } |