Index: ash/common/wm/window_cycle_list.cc |
diff --git a/ash/common/wm/window_cycle_list.cc b/ash/common/wm/window_cycle_list.cc |
index f1dc2755366e9a67fb202725a7c341139938b0d1..4180768f21c5dc439835769cfe6e74ebf0338803 100644 |
--- a/ash/common/wm/window_cycle_list.cc |
+++ b/ash/common/wm/window_cycle_list.cc |
@@ -353,9 +353,9 @@ class WindowCycleView : public views::WidgetDelegateView { |
// We can't set a bg on the mirror container itself because the highlight |
// view needs to be on top of the bg but behind the target windows. |
const gfx::RectF shield_bounds(mirror_container_->bounds()); |
- SkPaint paint; |
+ cc::PaintFlags paint; |
paint.setColor(SkColorSetA(SK_ColorBLACK, 0xE6)); |
- paint.setStyle(SkPaint::kFill_Style); |
+ paint.setStyle(cc::PaintFlags::kFill_Style); |
float corner_radius = 0.f; |
if (shield_bounds.width() < width()) { |
paint.setAntiAlias(true); |