| Index: ui/aura/test/test_windows.h
|
| diff --git a/ui/aura/test/test_windows.h b/ui/aura/test/test_windows.h
|
| index 71dba4511de02e1fc05a3d571af703853a2a69e4..e9911b59da854afb8560560b3fde6c4126d60cc3 100644
|
| --- a/ui/aura/test/test_windows.h
|
| +++ b/ui/aura/test/test_windows.h
|
| @@ -33,7 +33,7 @@ Window* CreateTestWindowWithDelegateAndType(WindowDelegate* delegate,
|
| Window* parent);
|
|
|
| // Creates a transient child window of |parent|.
|
| -Window* CreateTransientChild(int id, Window* parent);
|
| +Window* CreateTransientChild(int id, Window* parent, RootWindow* context);
|
|
|
| // Returns true if |upper| is above |lower| in the window stacking order.
|
| bool WindowIsAbove(Window* upper, Window* lower);
|
|
|