Index: chrome/browser/resources/chromeos/wallpaper_manager/js/event_page.js |
diff --git a/chrome/browser/resources/chromeos/wallpaper_manager/js/event_page.js b/chrome/browser/resources/chromeos/wallpaper_manager/js/event_page.js |
index 3cbe93e0e96b67e87e36fa64858b0786c850b008..8f0821b9c040779547f1cd43560a59a03f6fa9d0 100644 |
--- a/chrome/browser/resources/chromeos/wallpaper_manager/js/event_page.js |
+++ b/chrome/browser/resources/chromeos/wallpaper_manager/js/event_page.js |
@@ -150,7 +150,7 @@ SurpriseWallpaper.prototype.setRandomWallpaper_ = function(dateString) { |
Constants.AccessLastSurpriseWallpaperChangedDate, |
dateString, |
true); |
- } |
+ }; |
WallpaperUtil.setOnlineWallpaper(wallpaperURL, wallpaper.default_layout, |
onSuccess, self.retryLater_.bind(self)); |
} |
@@ -225,7 +225,7 @@ chrome.app.runtime.onLaunched.addListener(function() { |
width: WALLPAPER_PICKER_WIDTH, |
height: WALLPAPER_PICKER_HEIGHT, |
resizable: false, |
- transparentBackground: true |
+ alphaEnabled: true |
}, function(w) { |
wallpaperPickerWindow = w; |
chrome.wallpaperPrivate.minimizeInactiveWindows(); |