diff options
Diffstat (limited to 'android_webview/common/print_messages.h')
-rw-r--r-- | android_webview/common/print_messages.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android_webview/common/print_messages.h b/android_webview/common/print_messages.h index 6da90de..76fc904 100644 --- a/android_webview/common/print_messages.h +++ b/android_webview/common/print_messages.h @@ -371,7 +371,7 @@ IPC_SYNC_MESSAGE_ROUTED1_1(PrintHostMsg_ScriptedPrint, #if defined(OS_ANDROID) // Asks the browser to create a temporary file for the renderer to fill -// in resulting NativeMetafile in printing. +// in resulting PdfMetafileSkia in printing. IPC_SYNC_MESSAGE_ROUTED0_2(PrintHostMsg_AllocateTempFileForPrinting, base::FileDescriptor /* temp file fd */, int /* fd in browser*/) |