diff options
author | noelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-18 00:41:22 +0000 |
---|---|---|
committer | noelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-18 00:41:22 +0000 |
commit | 5f79c2adde064424d6b19f8673ef82e9cb92774d (patch) | |
tree | ecf40509498dce2ed6b04ab1ff5ac3d694d307e1 /ppapi/c/dev/ppp_printing_dev.h | |
parent | 30c918084bac874b6cfaabb93f0bb2545c5354e2 (diff) | |
download | chromium_src-5f79c2adde064424d6b19f8673ef82e9cb92774d.zip chromium_src-5f79c2adde064424d6b19f8673ef82e9cb92774d.tar.gz chromium_src-5f79c2adde064424d6b19f8673ef82e9cb92774d.tar.bz2 |
Integrate NaCl Head - Revert 69309 to restore 64b handles in PPAPI
BUG= http://code.google.com/p/nativeclient/issues/detail?id=933
TEST=It compiles can run the nacl ppapi srpc test
Review URL: http://codereview.chromium.org/6041001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69602 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 dce201b..00b5e6b 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.3" +#define PPP_PRINTING_DEV_INTERFACE "PPP_Printing(Dev);0.2" struct PPP_Printing_Dev { // Returns array of supported print output formats. The array is allocated |