| Index: ppapi/api/dev/ppp_printing_dev.idl
|
| diff --git a/ppapi/api/dev/ppp_printing_dev.idl b/ppapi/api/dev/ppp_printing_dev.idl
|
| index 67ed4878da4a2b815ed3b83584669fbfa15b4ae0..62cc23e38582d70fc24991b159427c27f965191a 100644
|
| --- a/ppapi/api/dev/ppp_printing_dev.idl
|
| +++ b/ppapi/api/dev/ppp_printing_dev.idl
|
| @@ -69,7 +69,7 @@ interface PPP_Printing_Dev {
|
| * Prints the specified pages using the format specified in Begin.
|
| * Returns a resource that represents the printed output.
|
| * This is a PPB_ImageData resource if the output format is
|
| - * PP_PrintOutputFormat_Raster and a PPB_Blob otherwise. Returns 0 on
|
| + * PP_PrintOutputFormat_Raster and a PPB_Buffer otherwise. Returns 0 on
|
| * failure.
|
| */
|
| PP_Resource PrintPages([in] PP_Instance instance,
|
|
|