| Index: chrome/browser/browser_theme_provider.cc
|
| ===================================================================
|
| --- chrome/browser/browser_theme_provider.cc (revision 22457)
|
| +++ chrome/browser/browser_theme_provider.cc (working copy)
|
| @@ -819,7 +819,7 @@
|
| std::map<int, SkBitmap*>::iterator it = image_cache_.find(base_id);
|
| if (it != image_cache_.end()) {
|
| SkBitmap* frame = it->second;
|
| - int blur_amount = (HasCustomImage(id)) ? 1 : 5;
|
| + int blur_amount = (HasCustomImage(id)) ? 1 : 2;
|
| SkBitmap blurred =
|
| skia::ImageOperations::CreateBlurredBitmap(*frame, blur_amount);
|
| SkBitmap* bg_tab = new SkBitmap(TintBitmap(blurred, TINT_BACKGROUND_TAB));
|
|
|