Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2280)

Unified Diff: ui/aura/test/test_windows.h

Issue 8536027: Add test to verify that the stacking controller picks the correct activatable window for menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/aura/test/test_windows.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/test_windows.h
diff --git a/ui/aura/test/test_windows.h b/ui/aura/test/test_windows.h
index 2edf13330701b0b56689cf88e2d139319e145061..c1babf0bb7012392f0bd86af6818b79ade593be5 100644
--- a/ui/aura/test/test_windows.h
+++ b/ui/aura/test/test_windows.h
@@ -10,6 +10,7 @@
#include "third_party/skia/include/core/SkColor.h"
#include "ui/aura/test/test_window_delegate.h"
#include "ui/aura/test/aura_test_base.h"
+#include "ui/aura/window_types.h"
namespace gfx {
class Canvas;
@@ -28,6 +29,11 @@ Window* CreateTestWindowWithDelegate(WindowDelegate* delegate,
int id,
const gfx::Rect& bounds,
Window* parent);
+Window* CreateTestWindowWithDelegateAndType(WindowDelegate* delegate,
+ WindowType type,
+ int id,
+ const gfx::Rect& bounds,
+ Window* parent);
} // namespace test
} // namespace aura
« no previous file with comments | « no previous file | ui/aura/test/test_windows.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698