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

Unified Diff: chrome/browser/chromeos/extensions/wallpaper_private_api.h

Issue 11366143: Fix the crash in DesktopBackgroundView::OnPaint (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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: chrome/browser/chromeos/extensions/wallpaper_private_api.h
diff --git a/chrome/browser/chromeos/extensions/wallpaper_private_api.h b/chrome/browser/chromeos/extensions/wallpaper_private_api.h
index f640cad77cd94cb16cac2561fb9e383eea86f8d1..ab1d67c84d3ec8db8664b070d0a9f9d34f906ff8 100644
--- a/chrome/browser/chromeos/extensions/wallpaper_private_api.h
+++ b/chrome/browser/chromeos/extensions/wallpaper_private_api.h
@@ -63,7 +63,7 @@ class WallpaperSetWallpaperFunction : public WallpaperFunctionBase {
void SaveToFile();
// Sets wallpaper to the decoded image.
- void SetDecodedWallpaper();
+ void SetDecodedWallpaper(scoped_ptr<gfx::ImageSkia> wallpaper);
// Layout of the downloaded wallpaper.
ash::WallpaperLayout layout_;

Powered by Google App Engine
This is Rietveld 408576698