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

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

Issue 11364053: make StackingClient dispatch to either ash or desktop (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase + disable prerender tests on win-aura 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
« no previous file with comments | « ui/aura/desktop/desktop_stacking_client.cc ('k') | ui/aura/test/test_stacking_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/test_stacking_client.h
diff --git a/ui/aura/test/test_stacking_client.h b/ui/aura/test/test_stacking_client.h
index b5963cedfaba00bec66bfdf8b0c8050831ea3294..7c9747b63218cd71974af0e16a3a47f273375563 100644
--- a/ui/aura/test/test_stacking_client.h
+++ b/ui/aura/test/test_stacking_client.h
@@ -20,7 +20,8 @@ class TestStackingClient : public client::StackingClient {
virtual ~TestStackingClient();
// Overridden from client::StackingClient:
- virtual Window* GetDefaultParent(Window* window,
+ virtual Window* GetDefaultParent(Window* context,
+ Window* window,
const gfx::Rect& bounds) OVERRIDE;
private:
« no previous file with comments | « ui/aura/desktop/desktop_stacking_client.cc ('k') | ui/aura/test/test_stacking_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698