commit | bf734cdda75f3314996270eef0e924c63cac9743 | [log] [tgz] |
---|---|---|
author | rdevlin.cronin <[email protected]> | Thu Jan 29 20:03:53 2015 |
committer | Commit bot <[email protected]> | Thu Jan 29 20:05:28 2015 |
tree | 4b43c7b2c91f53f414cd509ae01b2bf58d093b41 | |
parent | b2f01ad40020f6591c2d84af9a7b9e83279e79f3 [diff] |
[Extensions] Make extension actions use gfx::Image over gfx::ImageSkia. gfx::Images cache different representations (such as NSImages), whereas gfx::ImageSkias (as a representation themselves) do not. Prefer to use gfx::Image in most icon code, so that these representations are cached. BUG=452971 Review URL: https://codereview.chromium.org/882243002 Cr-Commit-Position: refs/heads/master@{#313768}