| Index: skia/ext/skia_utils_win.cc
|
| diff --git a/skia/ext/skia_utils_win.cc b/skia/ext/skia_utils_win.cc
|
| index ba2a204dd7dda7cef37a430302a5041b9f58a0db..f8f71f5994bc300c829a74c3c313e6935f67ea4f 100644
|
| --- a/skia/ext/skia_utils_win.cc
|
| +++ b/skia/ext/skia_utils_win.cc
|
| @@ -214,7 +214,7 @@ HBITMAP CreateHBitmap(int width, int height, bool is_opaque,
|
| // If CreateDIBSection() failed, try to get some useful information out
|
| // before we crash for post-mortem analysis.
|
| if (!hbitmap)
|
| - base::debug::GDIBitmapAllocFailure(&hdr, shared_section);
|
| + base::debug::CollectGDIUsageAndDie(&hdr, shared_section);
|
|
|
| return hbitmap;
|
| }
|
|
|