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

Unified Diff: components/mus/public/interfaces/window_tree_host.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_tree_host.mojom
diff --git a/components/mus/public/interfaces/window_tree_host.mojom b/components/mus/public/interfaces/window_tree_host.mojom
index f542b8cbef217f1cd9491567acee475408b5f560..4c61eb9a1cef22473475edf230d63031f93eaceb 100644
--- a/components/mus/public/interfaces/window_tree_host.mojom
+++ b/components/mus/public/interfaces/window_tree_host.mojom
@@ -11,7 +11,7 @@ import "ui/gfx/geometry/mojo/geometry.mojom";
// of windows.
interface WindowTreeHost {
// Sets the size of the platform window.
- SetSize(mojo.Size size);
+ SetSize(gfx.mojom.Size size);
// Sets a title string to be displayed on the platform window.
SetTitle(string title);
« no previous file with comments | « components/mus/public/interfaces/window_tree.mojom ('k') | content/common/image_downloader/image_downloader.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698