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

Unified Diff: ash/common/wm/overview/window_selector_item.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/common/wm/overview/window_selector_item.cc
diff --git a/ash/common/wm/overview/window_selector_item.cc b/ash/common/wm/overview/window_selector_item.cc
index 582c39fc8f6fb79a061b86805557d291b57e949f..4cfe8a3a3283448c3e2c89326166b8310a6ad188 100644
--- a/ash/common/wm/overview/window_selector_item.cc
+++ b/ash/common/wm/overview/window_selector_item.cc
@@ -267,7 +267,7 @@ class WindowSelectorItem::RoundedContainerView
gfx::Rect bounds(size());
path.addRoundRect(gfx::RectToSkRect(bounds), kRadius);
- SkPaint paint;
+ cc::PaintFlags paint;
paint.setAntiAlias(true);
canvas->ClipPath(path, true);

Powered by Google App Engine
This is Rietveld 408576698