Index: chrome/browser/views/autocomplete/autocomplete_popup_contents_view.cc |
=================================================================== |
--- chrome/browser/views/autocomplete/autocomplete_popup_contents_view.cc (revision 30814) |
+++ chrome/browser/views/autocomplete/autocomplete_popup_contents_view.cc (working copy) |
@@ -850,7 +850,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 |