| Index: chrome/browser/printing/printed_document.cc
|
| diff --git a/chrome/browser/printing/printed_document.cc b/chrome/browser/printing/printed_document.cc
|
| index 6b01244e69a60cce20181563dd1764f643ebdb81..f330070accc64564b680dfd67dcdca36d41bb7ad 100644
|
| --- a/chrome/browser/printing/printed_document.cc
|
| +++ b/chrome/browser/printing/printed_document.cc
|
| @@ -103,7 +103,7 @@ void PrintedDocument::RenderPrintedPage(const PrintedPage& page,
|
| // the device context.
|
| int saved_state = SaveDC(context);
|
| DCHECK_NE(saved_state, 0);
|
| - skia::PlatformDeviceWin::InitializeDC(context);
|
| + skia::PlatformDevice::InitializeDC(context);
|
| {
|
| // Save the state (again) to apply the necessary world transformation.
|
| int saved_state = SaveDC(context);
|
|
|