| Index: ash/common/wm/overview/window_selector.cc
|
| diff --git a/ash/common/wm/overview/window_selector.cc b/ash/common/wm/overview/window_selector.cc
|
| index 3fae96feafa4e82bca4d7ec5dec01253a9847f3c..322f7ef85ea024fcec5f8b2fdbdc8b7fcfc2e87f 100644
|
| --- a/ash/common/wm/overview/window_selector.cc
|
| +++ b/ash/common/wm/overview/window_selector.cc
|
| @@ -30,7 +30,6 @@
|
| #include "base/auto_reset.h"
|
| #include "base/command_line.h"
|
| #include "base/metrics/histogram_macros.h"
|
| -#include "third_party/skia/include/core/SkPaint.h"
|
| #include "third_party/skia/include/core/SkPath.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/compositor/scoped_layer_animation_settings.h"
|
| @@ -117,7 +116,7 @@ class RoundedContainerView : public views::View {
|
| gfx::Rect bounds(size());
|
| path.addRoundRect(gfx::RectToSkRect(bounds), kRadius);
|
|
|
| - SkPaint paint;
|
| + cc::PaintFlags paint;
|
| paint.setAntiAlias(true);
|
| canvas->ClipPath(path, true);
|
| canvas->DrawColor(background_);
|
|
|