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

Unified Diff: ui/views/controls/combobox/combobox.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: ui/views/controls/combobox/combobox.cc
diff --git a/ui/views/controls/combobox/combobox.cc b/ui/views/controls/combobox/combobox.cc
index 42b79d9f88e5c9431379a01e993b6bcae7ddba9d..f1f346d2ffa480ee6fa91383362bd8b4683df2b0 100644
--- a/ui/views/controls/combobox/combobox.cc
+++ b/ui/views/controls/combobox/combobox.cc
@@ -857,7 +857,7 @@ void Combobox::PaintText(gfx::Canvas* canvas) {
path.rLineTo(2 * kEpsilon, 0);
path.rLineTo(height, -height);
path.close();
- SkPaint paint;
+ cc::PaintFlags paint;
SkColor arrow_color = GetNativeTheme()->GetSystemColor(
ui::NativeTheme::kColorId_ButtonEnabledColor);
if (!enabled())

Powered by Google App Engine
This is Rietveld 408576698