| Index: components/arc/common/wallpaper.mojom
|
| diff --git a/components/arc/common/wallpaper.mojom b/components/arc/common/wallpaper.mojom
|
| index 6f400742a4be283ca878feaeb295076cc75ee723..4feb1f428bf71a3642af0c08bc306ce8ee2ad71e 100644
|
| --- a/components/arc/common/wallpaper.mojom
|
| +++ b/components/arc/common/wallpaper.mojom
|
| @@ -13,8 +13,8 @@ interface WallpaperHost {
|
| GetWallpaper@0() => (array<uint8> wallpaper);
|
|
|
| // Sets an image from ARC as the wallpaper.
|
| - // |png_data| is a PNG encoded wallpaper image.
|
| - SetWallpaper@1(array<uint8> png_data);
|
| + // |data| is a byte array of the wallpaper image.
|
| + SetWallpaper@1(array<uint8> data);
|
| };
|
|
|
| // Connects with container side to publish wallpaper related intents.
|
|
|