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

Unified Diff: services/ui/public/interfaces/window_manager.mojom

Issue 2778823002: Simplify WindowManager::OnWmSetBounds (Closed)
Patch Set: Addressed Scott's comment Created 3 years, 9 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: services/ui/public/interfaces/window_manager.mojom
diff --git a/services/ui/public/interfaces/window_manager.mojom b/services/ui/public/interfaces/window_manager.mojom
index 3a6c5e77b04aef02a112c09b4c9cd390bfb79da5..e90564b06d950f628aa58a73665d682f1d58faf6 100644
--- a/services/ui/public/interfaces/window_manager.mojom
+++ b/services/ui/public/interfaces/window_manager.mojom
@@ -269,6 +269,10 @@ interface WindowManagerClient {
// The window manager has completed a request with the specific change id.
WmResponse(uint32 change_id, bool response);
+ // The window manager has completed a SetBounds request with the specified
+ // change id
+ WmSetBoundsResponse(uint32 change_id);
+
// Calls WindowTreeClient::RequestClose() on the embedded app at the
// specified window.
WmRequestClose(uint32 window_id);

Powered by Google App Engine
This is Rietveld 408576698