| Index: printing/printed_document_win.cc
|
| diff --git a/printing/printed_document_win.cc b/printing/printed_document_win.cc
|
| index e980039fcf15095255bc32ab903d9610a0907a04..95a9d1b53dd2b02c4235c7b389b2a530788e4ce2 100644
|
| --- a/printing/printed_document_win.cc
|
| +++ b/printing/printed_document_win.cc
|
| @@ -30,7 +30,8 @@ void SimpleModifyWorldTransform(HDC context,
|
| namespace printing {
|
|
|
| void PrintedDocument::RenderPrintedPage(
|
| - const PrintedPage& page, gfx::NativeDrawingContext context) const {
|
| + const PrintedPage& page,
|
| + skia::NativeDrawingContext context) const {
|
| #ifndef NDEBUG
|
| {
|
| // Make sure the page is from our list.
|
|
|