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

Unified Diff: components/mus/public/interfaces/window_manager.mojom

Issue 2027203002: Rename mojo.* ui/gfx/geometry/mojo types to gfx.mojom.* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build Created 4 years, 7 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: components/mus/public/interfaces/window_manager.mojom
diff --git a/components/mus/public/interfaces/window_manager.mojom b/components/mus/public/interfaces/window_manager.mojom
index b9b98279c7c9e58b86894cedb5cc5ebf1fd31d8e..f9836e315f82ca2406866eb5901cec8d75eb9849 100644
--- a/components/mus/public/interfaces/window_manager.mojom
+++ b/components/mus/public/interfaces/window_manager.mojom
@@ -53,7 +53,7 @@ interface WindowManager {
// When the WindowManager completes a request it must call back to
// WindowManagerClient::WmResponse().
- WmSetBounds(uint32 change_id, uint32 window_id, mojo.Rect bounds);
+ WmSetBounds(uint32 change_id, uint32 window_id, gfx.mojom.Rect bounds);
WmSetProperty(uint32 change_id,
uint32 window_id,
string name,
@@ -92,7 +92,7 @@ interface WindowManagerClient {
SetUnderlaySurfaceOffsetAndExtendedHitArea(uint32 window_id,
int32 x_offset,
int32 y_offset,
- mojo.Insets hit_area);
+ gfx.mojom.Insets hit_area);
// Add and remove accelerators. When accelerators are registered the
// WindowManager receives the event via OnAccelerator() rather than the
« no previous file with comments | « components/mus/public/interfaces/quads.mojom ('k') | components/mus/public/interfaces/window_manager_constants.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698