Index: components/mus/public/interfaces/window_manager_constants.mojom |
diff --git a/components/mus/public/interfaces/window_manager_constants.mojom b/components/mus/public/interfaces/window_manager_constants.mojom |
index a25f0d9593b2c31664937ba1df045bf05f9d9ba1..acdf16b4478ad66d072f8e7a032d93cd1dab2c92 100644 |
--- a/components/mus/public/interfaces/window_manager_constants.mojom |
+++ b/components/mus/public/interfaces/window_manager_constants.mojom |
@@ -37,8 +37,8 @@ const int32 kResizeBehaviorCanMaximize = 2; |
const int32 kResizeBehaviorCanMinimize = 4; |
struct FrameDecorationValues { |
- mojo.Insets normal_client_area_insets; |
- mojo.Insets maximized_client_area_insets; |
+ gfx.mojom.Insets normal_client_area_insets; |
+ gfx.mojom.Insets maximized_client_area_insets; |
// Max width needed to display the buttons on the title bar. The buttons are |
// aligned to the trailing edge of the titlebar. |
// TODO(sky): this API is very narrow, and assumes a particular config. |
@@ -53,8 +53,8 @@ enum TouchSupport { |
struct Display { |
int64 id; |
- mojo.Rect bounds; |
- mojo.Rect work_area; |
+ gfx.mojom.Rect bounds; |
+ gfx.mojom.Rect work_area; |
float device_pixel_ratio; |
Rotation rotation; |
TouchSupport touch_support; |