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

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: remove file 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/desktop/desktop_stacking_client.h
diff --git a/ui/aura/desktop/desktop_stacking_client.h b/ui/aura/desktop/desktop_stacking_client.h
index e5c6c8926e1a7cd3a9f9e044f24cccdcbb912d0a..1fb757e8974ade27bcac757420301e6b9a07abe6 100644
--- a/ui/aura/desktop/desktop_stacking_client.h
+++ b/ui/aura/desktop/desktop_stacking_client.h
@@ -28,7 +28,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:

Powered by Google App Engine
This is Rietveld 408576698