| Index: skia/ext/bitmap_platform_device_win.cc
|
| ===================================================================
|
| --- skia/ext/bitmap_platform_device_win.cc (revision 85672)
|
| +++ skia/ext/bitmap_platform_device_win.cc (working copy)
|
| @@ -51,7 +51,7 @@
|
| HDC BitmapPlatformDevice::BitmapPlatformDeviceData::GetBitmapDC() {
|
| if (!hdc_) {
|
| hdc_ = CreateCompatibleDC(NULL);
|
| - InitializeDC(hdc_);
|
| + platform_util::InitializeDC(hdc_);
|
| HGDIOBJ old_bitmap = SelectObject(hdc_, bitmap_context_);
|
| // When the memory DC is created, its display surface is exactly one
|
| // monochrome pixel wide and one monochrome pixel high. Since we select our
|
|
|