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

Unified Diff: components/wallpaper/wallpaper_manager_base.h

Issue 1747843002: Rename raw_image() to image_bytes() in UserImage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/wallpaper/wallpaper_manager_base.h
diff --git a/components/wallpaper/wallpaper_manager_base.h b/components/wallpaper/wallpaper_manager_base.h
index 5f75e0022a4c7711679444272cc2c2a7d4aa3d01..88d6b6655014b7cb457c52377c574ffa00836a5f 100644
--- a/components/wallpaper/wallpaper_manager_base.h
+++ b/components/wallpaper/wallpaper_manager_base.h
@@ -384,7 +384,7 @@ class WALLPAPER_EXPORT WallpaperManagerBase {
// Resize and save customized default wallpaper.
static void ResizeCustomizedDefaultWallpaper(
scoped_ptr<gfx::ImageSkia> image,
- const user_manager::UserImage::RawImage& raw_image,
+ const user_manager::UserImage::WebImage& web_image,
const CustomizedWallpaperRescaledFiles* rescaled_files,
bool* success,
gfx::ImageSkia* small_wallpaper_image,

Powered by Google App Engine
This is Rietveld 408576698