Use floor instead of ceil for the size of the layer for wallpapers.
commit8fab1bba6ba22e5a917d8afcc835ec385f59cb2e
authoroshima <oshima@chromium.org>
Sat, 24 Jan 2015 03:47:26 +0000 (23 19:47 -0800)
committerCommit bot <commit-bot@chromium.org>
Sat, 24 Jan 2015 03:49:50 +0000 (24 03:49 +0000)
tree2d973410bb9866c2b94134019b2b9d1d160937bd
parent38cad4933b2d2b72e906dd39770621572ee11da2
Use floor instead of ceil for the size of the layer for wallpapers.

Otherwise, pixels on the edge of wallpaper may be blended with the pixel outside of the boundary.

BUG=368591
R=mukai@chromium.org

Review URL: https://codereview.chromium.org/871773004

Cr-Commit-Position: refs/heads/master@{#313003}
ash/desktop_background/desktop_background_view.cc