Searched refs:file_bitmap_ (Results 1 – 1 of 1) sorted by relevance
116 file_bitmap_ = LoadSkBitmapFromJPEGFile(file_path_); in LoadWallpaper()121 if (file_bitmap_) { in LoadWallpaper()122 gfx::ImageSkia image = gfx::ImageSkia::CreateFrom1xBitmap(*file_bitmap_); in LoadWallpaper()136 scoped_ptr<SkBitmap> file_bitmap_; member in ash::DesktopBackgroundController::WallpaperLoader