| Index: ui/views/corewm/focus_controller_unittest.cc
|
| diff --git a/ui/views/corewm/focus_controller_unittest.cc b/ui/views/corewm/focus_controller_unittest.cc
|
| index e29b25d9d95c00f6b0daee2027912e8fce8ef617..fdefddb609ba4b7a3d3bed06e31471c16d613f55 100644
|
| --- a/ui/views/corewm/focus_controller_unittest.cc
|
| +++ b/ui/views/corewm/focus_controller_unittest.cc
|
| @@ -101,13 +101,13 @@ class FocusControllerTestBase : public aura::test::AuraTestBase {
|
| // +-- w211
|
| aura::Window* w1 = aura::test::CreateTestWindowWithDelegate(
|
| aura::test::TestWindowDelegate::CreateSelfDestroyingDelegate(), 1,
|
| - gfx::Rect(0, 0, 50, 50), NULL);
|
| + gfx::Rect(0, 0, 50, 50), root_window());
|
| aura::test::CreateTestWindowWithDelegate(
|
| aura::test::TestWindowDelegate::CreateSelfDestroyingDelegate(), 11,
|
| gfx::Rect(5, 5, 10, 10), w1);
|
| aura::Window* w2 = aura::test::CreateTestWindowWithDelegate(
|
| aura::test::TestWindowDelegate::CreateSelfDestroyingDelegate(), 2,
|
| - gfx::Rect(75, 75, 50, 50), NULL);
|
| + gfx::Rect(75, 75, 50, 50), root_window());
|
| aura::Window* w21 = aura::test::CreateTestWindowWithDelegate(
|
| aura::test::TestWindowDelegate::CreateSelfDestroyingDelegate(), 21,
|
| gfx::Rect(5, 5, 10, 10), w2);
|
|
|