| Index: ash/touch/touch_hud_debug.cc
|
| diff --git a/ash/touch/touch_hud_debug.cc b/ash/touch/touch_hud_debug.cc
|
| index 6c72ff4d31af8c17d3f0df5848a33c008780f0d3..ea91a62ee71c8ecb58c452aa894df9c5b47c8dd9 100644
|
| --- a/ash/touch/touch_hud_debug.cc
|
| +++ b/ash/touch/touch_hud_debug.cc
|
| @@ -241,7 +241,7 @@ class TouchHudCanvas : public views::View {
|
| SetPaintToLayer(true);
|
| layer()->SetFillsBoundsOpaquely(false);
|
|
|
| - paint_.setStyle(SkPaint::kFill_Style);
|
| + paint_.setStyle(cc::PaintFlags::kFill_Style);
|
| }
|
|
|
| ~TouchHudCanvas() override {}
|
| @@ -304,7 +304,7 @@ class TouchHudCanvas : public views::View {
|
| }
|
| }
|
|
|
| - SkPaint paint_;
|
| + cc::PaintFlags paint_;
|
|
|
| const TouchLog& touch_log_;
|
| SkPath paths_[kMaxPaths];
|
|
|