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

Unified Diff: content/common/image_downloader/image_downloader.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
« no previous file with comments | « components/mus/public/interfaces/window_tree_host.mojom ('k') | media/mojo/interfaces/media_types.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/image_downloader/image_downloader.mojom
diff --git a/content/common/image_downloader/image_downloader.mojom b/content/common/image_downloader/image_downloader.mojom
index 1dfa0d2d4d78598b2c14339c828157e3e8ecc173..7e6e9d848f3e86578f8898fefc9758d52b857e19 100644
--- a/content/common/image_downloader/image_downloader.mojom
+++ b/content/common/image_downloader/image_downloader.mojom
@@ -17,5 +17,5 @@ interface ImageDownloader {
bool bypass_cache)
=> (int32 http_status_code,
array<skia.mojom.Bitmap> images,
- array<mojo.Size> original_image_sizes);
+ array<gfx.mojom.Size> original_image_sizes);
};
« no previous file with comments | « components/mus/public/interfaces/window_tree_host.mojom ('k') | media/mojo/interfaces/media_types.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698