Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all wallpaper file loading and decoding from ↵ | alemate@chromium.org | 2014-04-09 | 1 | -3/+3 |
| | | | | | | | | | | | | | | DesktopBackgroundController to WallpaperManager. To simplify DesktopBackgroundController and allow customized default wallpapers, we need to move all "default" wallpaper loading to WallpaperManager. BUG=348136 TEST=unittests Review URL: https://codereview.chromium.org/215293003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262862 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | * Use correct bounds to pick and resize wallpaper image | oshima@chromium.org | 2013-09-25 | 1 | -0/+66 |
* Use separate layer to draw wallpaper and scale it, rather than scaling at drawing time, which uses more CPU and memory. * Changed ctrl-alt-b behavior so that it uses fixed image with different layouts. BUG=294479 TEST=manual + unittests. R=derat@chromium.org Review URL: https://codereview.chromium.org/24269015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225116 0039d316-1c4b-4281-b951-d872f2087c98 |