| 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())
|
|
|