diff options
Diffstat (limited to 'printing/printed_document_win.cc')
-rw-r--r-- | printing/printed_document_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/printed_document_win.cc b/printing/printed_document_win.cc index cb25fdef..ef0c686 100644 --- a/printing/printed_document_win.cc +++ b/printing/printed_document_win.cc @@ -98,7 +98,7 @@ void PrintedDocument::RenderPrintedPage( // the device context. int saved_state = SaveDC(context); DCHECK_NE(saved_state, 0); - skia::PlatformDevice::InitializeDC(context); + skia::InitializeDC(context); { // Save the state (again) to apply the necessary world transformation. int saved_state = SaveDC(context); |