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

Unified Diff: components/mus/public/interfaces/window_manager_constants.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_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;
« no previous file with comments | « components/mus/public/interfaces/window_manager.mojom ('k') | components/mus/public/interfaces/window_tree.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698