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

Unified Diff: services/ui/ws/window_server.h

Issue 2582823002: WIP: Surface Synchronization System
Patch Set: First cut propagating LocalSurfaceId when WindowTreeHost requests resize 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
« no previous file with comments | « services/ui/ws/test_utils.cc ('k') | services/ui/ws/window_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_server.h
diff --git a/services/ui/ws/window_server.h b/services/ui/ws/window_server.h
index 466c0169559945e6c6e23d88c88b11511f4fc5f4..82b1d5e80e7dc59131e3efa46022992f31c9ded9 100644
--- a/services/ui/ws/window_server.h
+++ b/services/ui/ws/window_server.h
@@ -154,6 +154,10 @@ class WindowServer : public ServerWindowDelegate,
// Called when a response from the window manager is obtained. Calls to
// the client that initiated the change with the change id originally
// supplied by the client.
+ void WindowManagerSetBoundsResponse(
+ uint32_t window_manager_change_id,
+ const gfx::Rect& bounds,
+ const cc::LocalSurfaceId& local_surface_id);
void WindowManagerChangeCompleted(uint32_t window_manager_change_id,
bool success);
void WindowManagerCreatedTopLevelWindow(WindowTree* wm_tree,
« no previous file with comments | « services/ui/ws/test_utils.cc ('k') | services/ui/ws/window_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698