summaryrefslogtreecommitdiffstats
path: root/ppapi/api/dev
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-29 07:54:18 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-29 07:54:18 +0000
commit3890cfff20f5407c0f5e7526cb5b8941d00901fa (patch)
treee59430650a82399d8c47ac90d5ecf0c71fc3b571 /ppapi/api/dev
parent5d199d726c8b6ea5aa125c44b0c790672a2922c0 (diff)
downloadchromium_src-3890cfff20f5407c0f5e7526cb5b8941d00901fa.zip
chromium_src-3890cfff20f5407c0f5e7526cb5b8941d00901fa.tar.gz
chromium_src-3890cfff20f5407c0f5e7526cb5b8941d00901fa.tar.bz2
Adds a printing proxy and example. This adds a printing example.
Review URL: http://codereview.chromium.org/9455083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124149 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/api/dev')
-rw-r--r--ppapi/api/dev/ppp_printing_dev.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/api/dev/ppp_printing_dev.idl b/ppapi/api/dev/ppp_printing_dev.idl
index 67ed487..62cc23e 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,