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

Unified Diff: ash/touch/touch_hud_debug.cc

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: Rebase 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/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];

Powered by Google App Engine
This is Rietveld 408576698