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

Unified Diff: services/ui/view_manager/view_layout_request.h

Issue 1552043002: Make Mozart view manager use the new compositor. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-12
Patch Set: Created 4 years, 12 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/view_manager/view_layout_request.h
diff --git a/services/ui/view_manager/view_layout_request.h b/services/ui/view_manager/view_layout_request.h
index 8091d2fce621fa8894e033f524f9a259f413698f..b73422a6163db1d8db1ba4a8c7c1ce26daf223ff 100644
--- a/services/ui/view_manager/view_layout_request.h
+++ b/services/ui/view_manager/view_layout_request.h
@@ -44,7 +44,7 @@ class ViewLayoutRequest {
// Sends the layout information to each client.
// Must be invoked exactly once before destroying the request to prevent
// dangling callbacks.
- void DispatchLayoutInfo(mojo::ui::ViewLayoutInfo* info);
+ void DispatchLayoutInfo(mojo::ui::ViewLayoutInfoPtr info);
// True if the request has been issued to the view.
// False if it is still pending in the queue.

Powered by Google App Engine
This is Rietveld 408576698