| Index: ui/views/test/widget_test.h
|
| diff --git a/ui/views/test/widget_test.h b/ui/views/test/widget_test.h
|
| index 09119d0a151cadae72c5459e529bd02727eb1ba0..c05bf205e2d37b0cae54c79799ef170fb0c82271 100644
|
| --- a/ui/views/test/widget_test.h
|
| +++ b/ui/views/test/widget_test.h
|
| @@ -93,6 +93,10 @@ class WidgetTest : public ViewsTestBase {
|
| // Return true if |window| is visible according to the native platform.
|
| static bool IsNativeWindowVisible(gfx::NativeWindow window);
|
|
|
| + // Return true if |above| is higher than |below| in the native window Z-order.
|
| + // Both windows must be visible.
|
| + static bool IsWindowStackedAbove(Widget* above, Widget* below);
|
| +
|
| // Return the event processor for |widget|. On aura platforms, this is an
|
| // aura::WindowEventDispatcher. Otherwise, it is a bridge to the OS event
|
| // processor.
|
|
|