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

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

Issue 11421006: Desktop aura: Break aura::Window::SetParent in two. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: I think the content_unittests timeout on linux_aura is flake, but try to fix it anyway. Created 8 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
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);
sky 2012/11/21 23:35:59 Is this used? I don't see the new implementation w
// Returns true if |upper| is above |lower| in the window stacking order.
bool WindowIsAbove(Window* upper, Window* lower);

Powered by Google App Engine
This is Rietveld 408576698