| Index: ash/common/system/chromeos/network/network_icon.cc
|
| diff --git a/ash/common/system/chromeos/network/network_icon.cc b/ash/common/system/chromeos/network/network_icon.cc
|
| index 73998191f798f0cb0935917ab7007446c4722868..da1c4098091d88651e70308aa05d94a234f7783f 100644
|
| --- a/ash/common/system/chromeos/network/network_icon.cc
|
| +++ b/ash/common/system/chromeos/network/network_icon.cc
|
| @@ -395,9 +395,9 @@ class SignalStrengthImageSource : public gfx::CanvasImageSource {
|
| return triangle;
|
| };
|
|
|
| - SkPaint paint;
|
| + cc::PaintFlags paint;
|
| paint.setAntiAlias(true);
|
| - paint.setStyle(SkPaint::kFill_Style);
|
| + paint.setStyle(cc::PaintFlags::kFill_Style);
|
| // Background. Skip drawing for full signal.
|
| if (signal_strength_ != kNumNetworkImages - 1) {
|
| paint.setColor(SkColorSetA(color_, kBgAlpha));
|
|
|