| Index: ui/aura/test/test_window_delegate.cc
|
| diff --git a/ui/aura/test/test_window_delegate.cc b/ui/aura/test/test_window_delegate.cc
|
| index bf49079c038da8c90393b90ef05ab1083bc91d6f..9624e8537fd8412f018d49c45068c06b5d94b415 100644
|
| --- a/ui/aura/test/test_window_delegate.cc
|
| +++ b/ui/aura/test/test_window_delegate.cc
|
| @@ -124,7 +124,7 @@ void ColorTestWindowDelegate::OnWindowDestroyed(Window* window) {
|
|
|
| void ColorTestWindowDelegate::OnPaint(const ui::PaintContext& context) {
|
| ui::PaintRecorder recorder(context, window_size_);
|
| - recorder.canvas()->DrawColor(color_, SkXfermode::kSrc_Mode);
|
| + recorder.canvas()->DrawColor(color_, SkBlendMode::kSrc);
|
| }
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|