Chromium Code Reviews| Index: ash/utility/screenshot_controller.cc |
| diff --git a/ash/utility/screenshot_controller.cc b/ash/utility/screenshot_controller.cc |
| index d230303325c403fe3c61732385f2a931ac1f4a6a..dc207637654198e0979ab36838fd91ad9637bab0 100644 |
| --- a/ash/utility/screenshot_controller.cc |
| +++ b/ash/utility/screenshot_controller.cc |
| @@ -160,7 +160,7 @@ class ScreenshotController::ScreenshotLayer : public ui::LayerOwner, |
| if (pseudo_cursor_point.y() == region_.y()) |
| pseudo_cursor_point.Offset(0, -1); |
| - SkPaint paint; |
| + cc::PaintFlags paint; |
|
sky
2017/01/26 23:00:13
Similar comment about naming.
|
| paint.setAntiAlias(false); |
| paint.setStrokeWidth(1); |
| paint.setColor(SK_ColorWHITE); |