| Index: ash/common/wm/overview/window_selector_item.cc
|
| diff --git a/ash/common/wm/overview/window_selector_item.cc b/ash/common/wm/overview/window_selector_item.cc
|
| index 0671de9f5e1a7f6de9d120737f4181e64ec6d985..0b1cfa004233e85224f2d5948c35ab2e0a97e6f0 100644
|
| --- a/ash/common/wm/overview/window_selector_item.cc
|
| +++ b/ash/common/wm/overview/window_selector_item.cc
|
| @@ -267,7 +267,7 @@ class WindowSelectorItem::RoundedContainerView
|
| gfx::Rect bounds(size());
|
| path.addRoundRect(gfx::RectToSkRect(bounds), kRadius);
|
|
|
| - SkPaint paint;
|
| + cc::PaintFlags paint;
|
| paint.setAntiAlias(true);
|
| canvas->ClipPath(path, true);
|
|
|
|
|