| Index: printing/printed_document_mac.cc
|
| diff --git a/printing/printed_document_mac.cc b/printing/printed_document_mac.cc
|
| index 3710d629a9708ce2b587436119deb3dc9131245e..73286966f993986daba7c976d96427e62c0cb7ad 100644
|
| --- a/printing/printed_document_mac.cc
|
| +++ b/printing/printed_document_mac.cc
|
| @@ -14,7 +14,8 @@
|
| 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.
|
|
|