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

Unified Diff: printing/printing_context_win.cc

Issue 516833002: Removed NativeMetafile and PreviewMetafile typedef as it's always PdfMetafileSkia. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@no_pdf
Patch Set: Thu Aug 28 17:07:38 PDT 2014 Created 6 years, 4 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/printing.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printing_context_win.cc
diff --git a/printing/printing_context_win.cc b/printing/printing_context_win.cc
index 4d7ea92b1cc9c6cce06b1ef6a590b64fda082501..3e4e6e9396e1dd8a7355285791ae9cfbf5b26b9b 100644
--- a/printing/printing_context_win.cc
+++ b/printing/printing_context_win.cc
@@ -284,7 +284,7 @@ PrintingContext::Result PrintingContextWin::NewPage() {
DCHECK(context_);
DCHECK(in_print_job_);
- // Intentional No-op. NativeMetafile::SafePlayback takes care of calling
+ // Intentional No-op. PdfMetafileSkia::SafePlayback takes care of calling
// ::StartPage().
return OK;
@@ -295,7 +295,7 @@ PrintingContext::Result PrintingContextWin::PageDone() {
return CANCEL;
DCHECK(in_print_job_);
- // Intentional No-op. NativeMetafile::SafePlayback takes care of calling
+ // Intentional No-op. PdfMetafileSkia::SafePlayback takes care of calling
// ::EndPage().
return OK;
« no previous file with comments | « printing/printing.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698