| Index: ash/common/wm/overview/window_grid.cc
|
| diff --git a/ash/common/wm/overview/window_grid.cc b/ash/common/wm/overview/window_grid.cc
|
| index bac2927f803fc58583c6b90d528e1bb0011de66e..57574174c1e974dda928d861cb5908455e0fd29e 100644
|
| --- a/ash/common/wm/overview/window_grid.cc
|
| +++ b/ash/common/wm/overview/window_grid.cc
|
| @@ -119,7 +119,7 @@ class RoundedRectView : public views::View {
|
| bounds.set_height(bounds.height() + radius);
|
| path.addRoundRect(gfx::RectToSkRect(bounds), kRadius);
|
|
|
| - SkPaint paint;
|
| + cc::PaintFlags paint;
|
| paint.setAntiAlias(true);
|
| canvas->ClipPath(path, true);
|
| canvas->DrawColor(background_);
|
|
|