diff options
author | msw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-04 04:34:06 +0000 |
---|---|---|
committer | msw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-04 04:34:06 +0000 |
commit | cfe4943802cac9a65767b3597a9d455e6ffa4876 (patch) | |
tree | fa550e65033a62dabaf27a5f9207c59170f092be /chrome/app | |
parent | f808b461ce615614f10cd2fbc5c4b19ef384df72 (diff) | |
download | chromium_src-cfe4943802cac9a65767b3597a9d455e6ffa4876.zip chromium_src-cfe4943802cac9a65767b3597a9d455e6ffa4876.tar.gz chromium_src-cfe4943802cac9a65767b3597a9d455e6ffa4876.tar.bz2 |
Add alpha transparency and re-pngslim find_dlg_[left|right]_bg.
The PNGSlim pass crrev.com/100218 caused a transparency issue.
Chrome's Linux "Classic Theme" find bar has artifacts on the sides.
I believe NineBox::ChangeWhiteToTransparent fails on modified pngs:
chrome/app/theme/find_dlg_[left|right]_bg.png
Instead of using white, I added alpha transparency to these images.
I pngslim'ed the resulting images.
Size changes (bigger than current, but smaller than original):
Before crrev.com/100218: 263 + 246 = 509 bytes.
After crrev.com/100218: 241 + 224 = 465 bytes.
New (alpha & pngslim): 252 + 235 = 487 bytes.
BUG=98822
TEST=Fixes Chrome's Linux Classic Theme find bar transparency issue.
Review URL: http://codereview.chromium.org/8118015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103851 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/theme/find_dlg_left_bg.png | bin | 241 -> 252 bytes |
-rw-r--r-- | chrome/app/theme/find_dlg_right_bg.png | bin | 224 -> 235 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/chrome/app/theme/find_dlg_left_bg.png b/chrome/app/theme/find_dlg_left_bg.png Binary files differindex e750b61..240fb27 100644 --- a/chrome/app/theme/find_dlg_left_bg.png +++ b/chrome/app/theme/find_dlg_left_bg.png diff --git a/chrome/app/theme/find_dlg_right_bg.png b/chrome/app/theme/find_dlg_right_bg.png Binary files differindex 8b13987..94ca50c 100644 --- a/chrome/app/theme/find_dlg_right_bg.png +++ b/chrome/app/theme/find_dlg_right_bg.png |