| 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 582c39fc8f6fb79a061b86805557d291b57e949f..4cfe8a3a3283448c3e2c89326166b8310a6ad188 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);
|
|
|
|
|