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

Unified Diff: ash/public/interfaces/wallpaper.mojom

Issue 2413503002: Cleanup mojo Wallpaper interfaces for mash. (Closed)
Patch Set: Sync and rebase; do *not* use mojo in classic ash. Created 4 years, 2 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: ash/public/interfaces/wallpaper.mojom
diff --git a/ash/public/interfaces/wallpaper.mojom b/ash/public/interfaces/wallpaper.mojom
index fd04d84fa62fe584df94a00be35bd3991277ae8c..42875cd40dfeb4efffb2d9fcfc40c9088fb9dc40 100644
--- a/ash/public/interfaces/wallpaper.mojom
+++ b/ash/public/interfaces/wallpaper.mojom
@@ -12,6 +12,7 @@ enum WallpaperLayout { CENTER, CENTER_CROPPED, STRETCH, TILE, };
// Used by Chrome to set the wallpaper displayed by ash.
interface WallpaperController {
SetWallpaper(skia.mojom.Bitmap? wallpaper, WallpaperLayout layout);
+ GetWallpaper() => (skia.mojom.Bitmap? wallpaper, WallpaperLayout layout);
James Cook 2016/10/14 21:58:02 Document all mojom functions. In this case the mos
msw 2016/10/17 22:22:47 Done; documented Set and removed Get.
};
// Used by ash to trigger Chrome's wallpaper picker functionality.

Powered by Google App Engine
This is Rietveld 408576698