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

Unified Diff: mojo/services/view_manager/server_view_delegate.h

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
« no previous file with comments | « mojo/services/view_manager/server_view.cc ('k') | mojo/services/window_manager/window_manager_app.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/view_manager/server_view_delegate.h
diff --git a/mojo/services/view_manager/server_view_delegate.h b/mojo/services/view_manager/server_view_delegate.h
index 5798a6509a6293760133907d3c695b118b5f3c78..24e5f8f8e71731651e40deb48e48e4bbf82ba662 100644
--- a/mojo/services/view_manager/server_view_delegate.h
+++ b/mojo/services/view_manager/server_view_delegate.h
@@ -36,6 +36,10 @@ class MOJO_VIEW_MANAGER_EXPORT ServerViewDelegate {
virtual void OnViewSurfaceIdChanged(const ServerView* view) = 0;
+ virtual void OnViewReordered(const ServerView* view,
+ const ServerView* relative,
+ OrderDirection direction) = 0;
+
virtual void OnWillChangeViewVisibility(const ServerView* view) = 0;
protected:
« no previous file with comments | « mojo/services/view_manager/server_view.cc ('k') | mojo/services/window_manager/window_manager_app.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698