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

Unified Diff: mojo/services/view_manager/server_view.cc

Issue 599213002: First cut at supporting activation in the window manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 3 months 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: mojo/services/view_manager/server_view.cc
diff --git a/mojo/services/view_manager/server_view.cc b/mojo/services/view_manager/server_view.cc
index b943377df225b73a496f7f29a57001efceb6bce3..8f5a559af9d857752624f05bd8bf261afc572554 100644
--- a/mojo/services/view_manager/server_view.cc
+++ b/mojo/services/view_manager/server_view.cc
@@ -73,6 +73,7 @@ void ServerView::Reorder(ServerView* child,
DCHECK(i != children_.end());
children_.insert(i, child);
}
+ delegate_->OnViewReordered(this, relative, direction);
}
void ServerView::SetBounds(const gfx::Rect& bounds) {

Powered by Google App Engine
This is Rietveld 408576698