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

Unified Diff: ui/aura/desktop/desktop_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/demo/demo_main.cc ('k') | ui/aura/desktop/desktop_stacking_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/desktop/desktop_stacking_client.h
diff --git a/ui/aura/desktop/desktop_stacking_client.h b/ui/aura/desktop/desktop_stacking_client.h
index b47abf5e1b539cffe7bcfa4fd6ed1fc865cbfbdd..1adfbd03f4d9d4385a717362ef7c429bfe3f7456 100644
--- a/ui/aura/desktop/desktop_stacking_client.h
+++ b/ui/aura/desktop/desktop_stacking_client.h
@@ -35,7 +35,8 @@ class VIEWS_EXPORT DesktopStackingClient : public client::StackingClient {
virtual ~DesktopStackingClient();
// 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/demo/demo_main.cc ('k') | ui/aura/desktop/desktop_stacking_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698