| Index: chrome/browser/aeropeek_manager.cc
|
| ===================================================================
|
| --- chrome/browser/aeropeek_manager.cc (revision 120644)
|
| +++ chrome/browser/aeropeek_manager.cc (working copy)
|
| @@ -222,7 +222,7 @@
|
|
|
| void* bitmap_data = NULL;
|
| base::win::ScopedBitmap bitmap(
|
| - CreateDIBSection(hdc, reinterpret_cast<BITMAPINFO*>(&header),
|
| + CreateDIBSection(hdc.Get(), reinterpret_cast<BITMAPINFO*>(&header),
|
| DIB_RGB_COLORS, &bitmap_data, NULL, 0));
|
|
|
| if (!bitmap.Get() || !bitmap_data) {
|
|
|