Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Unified Diff: printing/printed_document_mac.cc

Issue 2400873002: keep only one typedef for the native drawing context (Closed)
Patch Set: native_drawing_context.h Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « printing/printed_document.h ('k') | printing/printed_document_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « printing/printed_document.h ('k') | printing/printed_document_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698