| Index: chrome/browser/views/autocomplete/autocomplete_popup_contents_view.cc
|
| ===================================================================
|
| --- chrome/browser/views/autocomplete/autocomplete_popup_contents_view.cc (revision 30929)
|
| +++ chrome/browser/views/autocomplete/autocomplete_popup_contents_view.cc (working copy)
|
| @@ -857,7 +857,7 @@
|
| gfx::Path contents_path;
|
| MakeContentsPath(&contents_path, contents_rect);
|
| ScopedGDIObject<HRGN> popup_region;
|
| - popup_region.Set(contents_path.CreateHRGN());
|
| + popup_region.Set(contents_path.CreateNativeRegion());
|
| bb.hRgnBlur = popup_region.Get();
|
| DwmEnableBlurBehindWindow(GetWidget()->GetNativeView(), &bb);
|
| #endif
|
|
|