| Index: chrome/browser/browser_theme_provider.cc
|
| ===================================================================
|
| --- chrome/browser/browser_theme_provider.cc (revision 22496)
|
| +++ chrome/browser/browser_theme_provider.cc (working copy)
|
| @@ -809,7 +809,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));
|
|
|
| Property changes on: chrome\browser\browser_theme_provider.cc
|
| ___________________________________________________________________
|
| Modified: svn:mergeinfo
|
| Merged /trunk/src/chrome/browser/browser_theme_provider.cc:r22487
|
|
|
|
|