| Index: ash/touch/touch_hud_debug.cc
|
| diff --git a/ash/touch/touch_hud_debug.cc b/ash/touch/touch_hud_debug.cc
|
| index 0689e659d592f616b7113a60f180c1094940c848..5f1bfc7c8816a4acd7c98c1128d86b4565dc29fb 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();
|
| 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];
|
|
|