Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5435)

Unified Diff: ash/utility/screenshot_controller.cc

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: Re-add ios changes Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698