| Index: ui/views/bubble/tray_bubble_view.cc
|
| diff --git a/ui/views/bubble/tray_bubble_view.cc b/ui/views/bubble/tray_bubble_view.cc
|
| index 53a050606e6e86622582a524c42eacbb9c09bbf1..cda783ea7260d6744daa0f610c5e415c1926af41 100644
|
| --- a/ui/views/bubble/tray_bubble_view.cc
|
| +++ b/ui/views/bubble/tray_bubble_view.cc
|
| @@ -112,9 +112,9 @@ TrayBubbleContentMask::~TrayBubbleContentMask() {
|
|
|
| void TrayBubbleContentMask::OnPaintLayer(const ui::PaintContext& context) {
|
| ui::PaintRecorder recorder(context, layer()->size());
|
| - SkPaint paint;
|
| + CdlPaint paint;
|
| paint.setAlpha(255);
|
| - paint.setStyle(SkPaint::kFill_Style);
|
| + paint.setStyle(CdlPaint::kFill_Style);
|
| gfx::Rect rect(layer()->bounds().size());
|
| recorder.canvas()->DrawRoundRect(rect, corner_radius_, paint);
|
| }
|
|
|