Chromium Code Reviews| Index: printing/image_win.cc |
| =================================================================== |
| --- printing/image_win.cc (revision 86430) |
| +++ printing/image_win.cc (working copy) |
| @@ -69,7 +69,7 @@ |
| DCHECK(bitmap); |
| DCHECK(SelectObject(hdc, bitmap)); |
| - skia::PlatformDevice::InitializeDC(hdc); |
| + skia::InitializeDC(hdc); |
| bool success = metafile.Playback(hdc, NULL); |