diff options
Diffstat (limited to 'printing/image_win.cc')
-rw-r--r-- | printing/image_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/image_win.cc b/printing/image_win.cc index c9ad1fe..de731e0 100644 --- a/printing/image_win.cc +++ b/printing/image_win.cc @@ -69,7 +69,7 @@ bool Image::LoadMetafile(const Metafile& metafile) { DCHECK(bitmap); DCHECK(SelectObject(hdc, bitmap)); - skia::PlatformDevice::InitializeDC(hdc); + skia::InitializeDC(hdc); bool success = metafile.Playback(hdc, NULL); |