diff options
author | neb@chromium.org <neb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-15 20:52:45 +0000 |
---|---|---|
committer | neb@chromium.org <neb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-15 20:52:45 +0000 |
commit | 22611c632574687325aa2ebeea896594fb83fbc3 (patch) | |
tree | 96371512316efd1b73a8ed3b0291fbc314f1ea6e /ppapi/c/dev/ppp_printing_dev.h | |
parent | ed875647795b7886bb90d2e289492df1c7da1cec (diff) | |
download | chromium_src-22611c632574687325aa2ebeea896594fb83fbc3.zip chromium_src-22611c632574687325aa2ebeea896594fb83fbc3.tar.gz chromium_src-22611c632574687325aa2ebeea896594fb83fbc3.tar.bz2 |
Resource width 64->32 change.
Mostly done by bbudge.
BUG=none
TEST=ppapi_include_tests.py
Review URL: http://codereview.chromium.org/5837001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69309 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/c/dev/ppp_printing_dev.h')
-rw-r--r-- | ppapi/c/dev/ppp_printing_dev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/c/dev/ppp_printing_dev.h b/ppapi/c/dev/ppp_printing_dev.h index 00b5e6b..dce201b 100644 --- a/ppapi/c/dev/ppp_printing_dev.h +++ b/ppapi/c/dev/ppp_printing_dev.h @@ -46,7 +46,7 @@ struct PP_PrintPageNumberRange_Dev { PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_PrintPageNumberRange_Dev, 8); // Interface for the plugin to implement printing. -#define PPP_PRINTING_DEV_INTERFACE "PPP_Printing(Dev);0.2" +#define PPP_PRINTING_DEV_INTERFACE "PPP_Printing(Dev);0.3" struct PPP_Printing_Dev { // Returns array of supported print output formats. The array is allocated |