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

Unified Diff: ash/common/wm/overview/window_selector_item.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/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 0671de9f5e1a7f6de9d120737f4181e64ec6d985..0b1cfa004233e85224f2d5948c35ab2e0a97e6f0 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