| Index: components/exo/shell_surface_unittest.cc
|
| diff --git a/components/exo/shell_surface_unittest.cc b/components/exo/shell_surface_unittest.cc
|
| index 575dafc6d6f9d26540c2bc94ec67a8651d594d87..39882ceb7d92831805274e68a84e3da18f86097e 100644
|
| --- a/components/exo/shell_surface_unittest.cc
|
| +++ b/components/exo/shell_surface_unittest.cc
|
| @@ -427,7 +427,7 @@ TEST_F(ShellSurfaceTest, ModalWindow) {
|
| EXPECT_FALSE(ash::WmShell::Get()->IsSystemModalWindowOpen());
|
|
|
| // Making the surface opaque shouldn't make it modal either.
|
| - child->SetBlendMode(SkXfermode::kSrc_Mode);
|
| + child->SetBlendMode(SkBlendMode::kSrc);
|
| child->Commit();
|
| surface->Commit();
|
| EXPECT_FALSE(ash::WmShell::Get()->IsSystemModalWindowOpen());
|
|
|