forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add const, static and/or private in some places. * Integrate ProcessCustomWallpaper() into SetCustomWallpaper() to avoid PostTask() and deep copy of wallpaper in case it is not persistent. * Replace UserImage by gfx::ImageSkia in some places to simplify code and to avoid useless temporary objects. * Remove unused DAILY User::WallpaperType. * Remove unused GetOriginalWallpaperPathForUser(). * Replace SetLastSelectedUser() by direct member access. * Add initialization of WallpaperInfo.date that was missing in one case. * Rename all ImageSkia method parameters to "image" and all UserImage method parameters to "user_image" for consistency. * Rename ResizeWallpaper() to ResizeImage(). * Improve some comments. BUG=none Review URL: https://codereview.chromium.org/221873005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266026 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
tnagel@chromium.org
committed
Apr 24, 2014
1 parent
c6afb98
commit 7a654c5
Showing
10 changed files
with
249 additions
and
309 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.