More extension icon fixes with Windows HiDPI.
commit3ea137b977fef06ab96683fd5fbeb41d422d315e
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 22 May 2014 09:27:35 +0000 (22 09:27 +0000)
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 22 May 2014 09:27:35 +0000 (22 09:27 +0000)
tree69791c377fb706e20f9b6f8cc41f3fb7d2d725a1
parent91a6946ad8b792c86a00a8b3fcf28059b1ce0bd4
More extension icon fixes with Windows HiDPI.

With automatic scaling happening in ImageSkia, the extensions code should not be using the
GetImageScale function to get the scale for the scale factor. It should be using the GetScaleForScaleFactor
function instead.

Hopefully the last of extension icon fixes for Windows HiDPI.

BUG=375461
R=sky

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272150 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/extensions/extension_web_ui.cc
chrome/browser/extensions/image_loader.cc