Index: ash/common/system/tray/tray_details_view.cc |
diff --git a/ash/common/system/tray/tray_details_view.cc b/ash/common/system/tray/tray_details_view.cc |
index 9fbe9c6534ec6ff38344853e895538223b625f87..7fa05bf6ec343c7eaa81799a36bd22a43549fe06 100644 |
--- a/ash/common/system/tray/tray_details_view.cc |
+++ b/ash/common/system/tray/tray_details_view.cc |
@@ -216,7 +216,7 @@ class ScrollContentsView : public views::View { |
const gfx::Rect& shadowed_area) { |
ui::PaintRecorder recorder(context, size()); |
gfx::Canvas* canvas = recorder.canvas(); |
- SkPaint paint; |
+ cc::PaintFlags paint; |
gfx::ShadowValues shadow; |
shadow.emplace_back(gfx::Vector2d(0, kShadowOffsetY), kShadowBlur, |
kSeparatorColor); |