| 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..bd2955e2b16abaede62f3ce487004ae9eaea5a6c 100644
|
| --- a/ui/aura/test/test_windows.h
|
| +++ b/ui/aura/test/test_windows.h
|
| @@ -1,6 +1,6 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved. Use of this
|
| +// source code is governed by a BSD-style license that can be found in the
|
| +// LICENSE file.
|
|
|
| #ifndef UI_AURA_TEST_TEST_WINDOWS_H_
|
| #define UI_AURA_TEST_TEST_WINDOWS_H_
|
| @@ -16,6 +16,9 @@
|
| namespace aura {
|
| namespace test {
|
|
|
| +// These functions expect a non-NULL parent. If you want to let the
|
| +// StackingClient determine where to place the windows, there are equivalent
|
| +// methods in AshTestBase.
|
| Window* CreateTestWindowWithId(int id, Window* parent);
|
| Window* CreateTestWindowWithBounds(const gfx::Rect& bounds, Window* parent);
|
| Window* CreateTestWindow(SkColor color,
|
| @@ -32,9 +35,6 @@ Window* CreateTestWindowWithDelegateAndType(WindowDelegate* delegate,
|
| const gfx::Rect& bounds,
|
| Window* parent);
|
|
|
| -// Creates a transient child window of |parent|.
|
| -Window* CreateTransientChild(int id, Window* parent);
|
| -
|
| // Returns true if |upper| is above |lower| in the window stacking order.
|
| bool WindowIsAbove(Window* upper, Window* lower);
|
|
|
|
|