Index: printing/printed_document_win.cc |
=================================================================== |
--- printing/printed_document_win.cc (revision 86706) |
+++ printing/printed_document_win.cc (working copy) |
@@ -98,7 +98,7 @@ |
// 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); |